Uses of Interface
com.gentics.api.portalnode.action.PluggableActionResponse

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(java.lang.String actionId, PluggableActionResponse actionResponse)
          add the pluggable action response of an already (successfully) invoked action to the context
static boolean PluggableActionInvoker.invokeAction(java.lang.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.
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.