public class AddPaymentDocumentNoActionHandler extends BaseActionHandler
Constructor and Description |
---|
AddPaymentDocumentNoActionHandler() |
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, fixRequestMap
protected org.codehaus.jettison.json.JSONObject execute(Map<String,Object> parameters, String data)
BaseActionHandler
execute
in class BaseActionHandler
parameters
- 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)