|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluggableActionResponse | |
---|---|
com.gentics.api.portalnode.action | Package for the implementation of Pluggable Actions. |
Uses of PluggableActionResponse in com.gentics.api.portalnode.action |
---|
Methods in com.gentics.api.portalnode.action that return PluggableActionResponse | |
---|---|
static PluggableActionResponse |
PluggableActionInvoker.createResponseObject()
Create a response object that can be used to invoke an action |
Methods in com.gentics.api.portalnode.action with parameters of type PluggableActionResponse | |
---|---|
void |
PluggableActionContext.addActionResponse(String actionId,
PluggableActionResponse actionResponse)
add the pluggable action response of an already (successfully) invoked action to the context |
static boolean |
PluggableActionInvoker.invokeAction(String actionClassName,
PluggableActionRequest request,
PluggableActionResponse response)
Invoke the action with the given name. |
boolean |
PluggableAction.processAction(PluggableActionRequest request,
PluggableActionResponse response)
Process the implemented pluggable action. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |