|
Class Summary |
| AbstractAction |
Abstract action class which can be used as parent of all action classes. |
| ActionCommand |
A command that is returned by the action and signalizes to the maf filter what to do next. |
| ActionForward |
Return object of an action execution. |
| ActionMapping |
An action mapping is a combination of enter path for an action, class name of the class which executes the action and a map of possible forwards. |
| ActionMappings |
Configuration of the Framework. |
| CommandForward |
This commands sends forces the filter to execute a forward to the given path. |
| CommandRedirect |
This type of action command is used for redirects. |
| DefaultActionFactory |
A factory which creates action instances on the fly and manages created instances. |
| ForwardAction |
|