org.jpublish.action |
|
Java Source File Name | Type | Comment |
Action.java | Interface | The Action interface represents a single programmatic action. |
ActionManager.java | Class | Class which manages all actions in the JPublish framework. |
ActionNotFoundException.java | Class | Runtime exception indicating the a named action cannot be found. |
ActionWrapper.java | Class | Wrap an Action allowing configuration information to be passed to the
action during the invocation of the execute() method. |
PathAction.java | Class | An action which is executed when a particular path is matched. |
ScriptAction.java | Class | An action which is implemented in a BSF supported scripting language. |