|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionResultExposer | |
---|---|
org.springframework.webflow.action | Common action implementations invokable by flow definitions. |
org.springframework.webflow.engine.builder | The flow builder subsystem for building and assembling executable flow definitions. |
Uses of ActionResultExposer in org.springframework.webflow.action |
---|
Methods in org.springframework.webflow.action that return ActionResultExposer | |
---|---|
ActionResultExposer |
AbstractBeanInvokingAction.getMethodResultExposer()
Returns the configuration for how bean method return values should be exposed to an executing flow that invokes this action. |
Methods in org.springframework.webflow.action with parameters of type ActionResultExposer | |
---|---|
Action |
BeanInvokingActionFactory.createBeanInvokingAction(java.lang.String beanId,
org.springframework.beans.factory.BeanFactory beanFactory,
org.springframework.binding.method.MethodSignature methodSignature,
ActionResultExposer resultExposer,
org.springframework.binding.convert.ConversionService conversionService,
AttributeMap attributes)
Factory method that creates a bean invoking action, an adapter that adapts a method on an abitrary Object
to the Action interface. |
void |
AbstractBeanInvokingAction.setMethodResultExposer(ActionResultExposer methodResultExposer)
Configures how bean method return values should be exposed to an executing flow that invokes this action. |
Constructors in org.springframework.webflow.action with parameters of type ActionResultExposer | |
---|---|
EvaluateAction(org.springframework.binding.expression.Expression expression,
ActionResultExposer evaluationResultExposer)
Create a new evaluate action. |
Uses of ActionResultExposer in org.springframework.webflow.engine.builder |
---|
Methods in org.springframework.webflow.engine.builder that return ActionResultExposer | |
---|---|
protected ActionResultExposer |
AbstractFlowBuilder.result(java.lang.String resultName)
Factory method for a result exposer . |
protected ActionResultExposer |
AbstractFlowBuilder.result(java.lang.String resultName,
ScopeType resultScope)
Factory method for a result exposer . |
Methods in org.springframework.webflow.engine.builder with parameters of type ActionResultExposer | |
---|---|
protected Action |
AbstractFlowBuilder.action(org.springframework.binding.expression.Expression expression,
ActionResultExposer resultExposer)
Creates an evaluate action that evaluates the expression when executed. |
protected Action |
AbstractFlowBuilder.action(java.lang.String beanId,
org.springframework.binding.method.MethodSignature methodSignature,
ActionResultExposer resultExposer)
Creates a bean invoking action that invokes the method identified by the signature on the bean associated with the action identifier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |