|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.VariableResolver
org.apache.myfaces.el.VariableResolverImpl
public final class VariableResolverImpl
This variable resolver will be used for legacy variable resolvers which are registered through the faces config. If
it is invoked through the faces chain it will use the el resolver of Application.getELResolver()
. If it is
invoked through the jsp chain it will create an value expression through Application.getExpressionFactory()
to resolve the variable.
Constructor Summary | |
---|---|
VariableResolverImpl()
|
Method Summary | |
---|---|
protected FacesCompositeELResolver.Scope |
getScope(FacesContext context)
|
java.lang.Object |
resolveVariable(FacesContext context,
java.lang.String name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariableResolverImpl()
Method Detail |
---|
public java.lang.Object resolveVariable(FacesContext context, java.lang.String name) throws EvaluationException
resolveVariable
in class VariableResolver
EvaluationException
protected FacesCompositeELResolver.Scope getScope(FacesContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |