|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.el.VariableResolver
org.springframework.webflow.executor.jsf.FlowVariableResolver
public class FlowVariableResolver
Custom variable resolver that resolves to a thread-bound FlowExecution object
for binding expressions prefixed with FLOW_SCOPE_VARIABLE. For instance
"flowScope.myBean.myProperty".
| Field Summary | |
|---|---|
static java.lang.String |
FLOW_SCOPE_VARIABLE
Name of the exposed flow scope variable ("flowScope"). |
| Constructor Summary | |
|---|---|
FlowVariableResolver(javax.faces.el.VariableResolver resolverDelegate)
Create a new FlowVariableResolver, using the given original VariableResolver. |
|
| Method Summary | |
|---|---|
protected javax.faces.el.VariableResolver |
getResolverDelegate()
Return the original VariableResolver that this resolver delegates to. |
java.lang.Object |
resolveVariable(javax.faces.context.FacesContext context,
java.lang.String name)
Check for the special "flow" variable first, then delegate to the original VariableResolver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String FLOW_SCOPE_VARIABLE
| Constructor Detail |
|---|
public FlowVariableResolver(javax.faces.el.VariableResolver resolverDelegate)
A JSF implementation will automatically pass its original resolver into the constructor of a configured resolver, provided that there is a corresponding constructor argument.
resolverDelegate - the original VariableResolver| Method Detail |
|---|
protected final javax.faces.el.VariableResolver getResolverDelegate()
public java.lang.Object resolveVariable(javax.faces.context.FacesContext context,
java.lang.String name)
throws javax.faces.el.EvaluationException
resolveVariable in class javax.faces.el.VariableResolverjavax.faces.el.EvaluationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||