public class AddPaymentReloadLabelsActionHandler extends BaseActionHandler
| Constructor and Description |
|---|
AddPaymentReloadLabelsActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected org.codehaus.jettison.json.JSONObject |
execute(Map<String,Object> parameters,
String data)
Needs to be implemented by a subclass.
|
execute, fixRequestMapprotected org.codehaus.jettison.json.JSONObject execute(Map<String,Object> parameters, String data)
BaseActionHandlerexecute in class BaseActionHandlerparameters - the parameters obtained from the request. Note that the request object and the session
object are also present in this map, resp. as the constants
KernelConstants.HTTP_REQUEST and KernelConstants.HTTP_SESSION.data - the request content (if any)