|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
MultiAction.MethodResolver | Strategy interface used by the MultiAction to map a request context to the name of an action execution method. |
ResultEventFactory | A strategy for creating an Event object from an arbitrary object such as an expression evaluation result or
bean method return value. |
Class Summary | |
---|---|
AbstractAction | Base action that provides assistance commonly needed by action implementations. |
AbstractBeanInvokingAction | Base class for actions that delegate to methods on beans (POJOs - Plain Old Java Objects). |
ActionResultExposer | Specifies how an action result value should be exposed to an executing flow. |
AttributeMapperAction | Action that executes an attribute mapper to map information in the request context. |
BeanInvokingActionFactory | A helper factory for Action instances that invoke methods on beans managed in a Spring bean factory. |
CompositeAction | An action that will execute an ordered chain of other actions when executed. |
DefaultMultiActionMethodResolver | Default method resolver used by the MultiAction class. |
EvaluateAction | An action that evaluates an expression and optionally exposes its result. |
FormAction | Multi-action that implements common logic dealing with input forms. |
FormObjectAccessor | Convenience helper that encapsulates logic on how to retrieve and expose form objects and associated errors to and from a flow execution request context. |
MultiAction | Action implementation that bundles two or more action execution methods into a single class. |
ResultEventFactorySelector | Helper that selects the ResultEventFactory to use for a particular result object. |
ResultObjectBasedEventFactory | Result object-to-event adapter interface that tries to do a sensible conversion of the result object into a web flow event. |
SetAction | An action that sets an attribute in a scope when executed. |
SuccessEventFactory | Default implementation of the resultObject-to-event mapping interface. |
Common action implementations invokable by flow definitions.
When implementing custom actions, consider subclassing AbstractAction
.
Alternatively, you could also subclass MultiAction
to bundle several action
execution methods in a single class.
The FormAction
provides powerful input form handling functionality.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |