Package for pluggable actions. Pluggable actions are small pieces of code that can be plugged into views to perform actions upon user interaction (e.g. when a user clicks a button).
It is possible to use the pluggable actions delivered with the installation of Gentics Portal.Node®3 or to implement new pluggable actions.
To implement a new pluggable action, simply extend the class {@link com.gentics.portalnode.genericmodules.object.actions.GenericPluggableAction} and overwrite the method {@link com.gentics.portalnode.genericmodules.object.actions.PluggableAction#processAction(PluggableActionRequest request, PluggableActionResponse response)} to implement the desired functionality.