Package org.eclnt.jsfserver.util
Class VariableResolverByDelegation
java.lang.Object
org.eclnt.jsfserver.base.faces.el.VariableResolver
org.eclnt.jsfserver.util.VariableResolverByDelegation
Variable resolver that allows to explicitly pass an instance
of a variable to be used at runtime.
PAY ATTENTION: due to adapting to JSF 1.2 all functions of this class were moved into the CCELResolver class.
PAY ATTENTION: due to adapting to JSF 1.2 all functions of this class were moved into the CCELResolver class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddefineInstanceToBeUsed(String name, Object instance) resolveVariable(FacesContext context, String name)
-
Constructor Details
-
VariableResolverByDelegation
-
-
Method Details
-
defineInstanceToBeUsed
-
resolveVariable
- Overrides:
resolveVariablein classVariableResolver- Throws:
EvaluationException
-