Package com.gentics.api.portalnode.action

Package for the implementation of Pluggable Actions.

See:
          Description

Interface Summary
PluggableAction Interface for pluggable actions.
PluggableActionContext interface for the context of a pluggable action.
PluggableActionRequest input data passed to PluggableAction.processAction(PluggableActionRequest, PluggableActionResponse).
PluggableActionResponse Interface for the response of a pluggable action.
 

Class Summary
GenericPluggableAction abstract base class for pluggable actions.
PluggableActionInvoker Helper class to manually invoke pluggable actions
 

Exception Summary
PluggableActionException Exceptions thrown when errors occur in pluggable actions
 

Package com.gentics.api.portalnode.action Description

Package for the implementation of Pluggable Actions. Pluggable Actions are very small pieces of highly configurable java-code that can be "plugged into" views to perform actions upon user interaction.



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.