@ApplicationScoped public class WindowSettingsActionHandler extends BaseActionHandler
StaticResourceComponent
Modifier and Type | Field and Description |
---|---|
static String |
EXTRA_CALLBACKS |
Constructor and Description |
---|
WindowSettingsActionHandler() |
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
public static final String EXTRA_CALLBACKS
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)