Package | Description |
---|---|
com.gentics.api.portalnode.action |
Package for the implementation of Pluggable Actions.
|
com.gentics.cr.util |
Modifier and Type | Method and Description |
---|---|
static PluggableActionResponse |
PluggableActionInvoker.createResponseObject()
Create a response object that can be used to invoke an action
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PluggableActionResponse |
PluggableActionCaller.call(String pluggableActionName,
HashMap<String,Object> parameters)
Static Class helps you to call PluggableActions from Java
|
Copyright © 2017 Gentics Software. All Rights Reserved.