|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractAction | |
---|---|
org.springframework.webflow.action | Common action implementations invokable by flow definitions. |
org.springframework.webflow.action.portlet | Action implementations that define logic specific to flows executing in a JSR-168 Portlet environment. |
Uses of AbstractAction in org.springframework.webflow.action |
---|
Subclasses of AbstractAction in org.springframework.webflow.action | |
---|---|
class |
AbstractBeanInvokingAction
Base class for actions that delegate to methods on beans (POJOs - Plain Old Java Objects). |
class |
AttributeMapperAction
Action that executes an attribute mapper to map information in the request context. |
class |
CompositeAction
An action that will execute an ordered chain of other actions when executed. |
class |
EvaluateAction
An action that evaluates an expression and optionally exposes its result. |
class |
FormAction
Multi-action that implements common logic dealing with input forms. |
class |
MultiAction
Action implementation that bundles two or more action execution methods into a single class. |
class |
SetAction
An action that sets an attribute in a scope when executed. |
Uses of AbstractAction in org.springframework.webflow.action.portlet |
---|
Subclasses of AbstractAction in org.springframework.webflow.action.portlet | |
---|---|
class |
SetPortletModeAction
Action implementation that changes a PortletResponse mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |