|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowVariable | |
---|---|
org.springframework.webflow.engine | The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. |
org.springframework.webflow.engine.support | Support implementations for internal engine-specific types. |
Uses of FlowVariable in org.springframework.webflow.engine |
---|
Methods in org.springframework.webflow.engine that return FlowVariable | |
---|---|
FlowVariable[] |
Flow.getVariables()
Returns the flow variables. |
Methods in org.springframework.webflow.engine with parameters of type FlowVariable | |
---|---|
void |
Flow.addVariable(FlowVariable variable)
Adds a flow variable. |
void |
Flow.addVariables(FlowVariable[] variables)
Adds flow variables. |
Uses of FlowVariable in org.springframework.webflow.engine.support |
---|
Subclasses of FlowVariable in org.springframework.webflow.engine.support | |
---|---|
class |
BeanFactoryFlowVariable
A concrete flow variable subclass that obtains variable values from a Spring BeanFactory . |
class |
SimpleFlowVariable
A trivial concrete flow variable subclass that creates new variable values using Java reflection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |