| |
|
| org.springframework.webflow.executor.jsf.FlowExecutionVariableResolver
Constructor Summary | |
public | FlowExecutionVariableResolver(VariableResolver resolverDelegate) Creates a new flow executon variable resolver that resolves the current FlowExecution object. |
FLOW_EXECUTION_VARIABLE_NAME | final public static String FLOW_EXECUTION_VARIABLE_NAME(Code) | | Name of the flow execution variable.
|
FlowExecutionVariableResolver | public FlowExecutionVariableResolver(VariableResolver resolverDelegate)(Code) | | Creates a new flow executon variable resolver that resolves the current FlowExecution object.
Parameters: resolverDelegate - the resolver to delegate to when the variable is not named "flowExecution". |
getResolverDelegate | final protected VariableResolver getResolverDelegate()(Code) | | Returns the variable resolver this resolver delegates to if necessary.
|
resolveVariable | public Object resolveVariable(FacesContext context, String name) throws EvaluationException(Code) | | |
|
|
|