java.lang.Object
jakarta.el.VariableMapper
org.omnifaces.el.DelegatingVariableMapper
- Since:
- 2.1
- Author:
- Arjan Tijms.
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatingVariableMapper(VariableMapper wrapped) Construct delegating variable mapper. -
Method Summary
Modifier and TypeMethodDescriptionresolveVariable(String name) resolveWrappedVariable(String name) Resolve wrapped variable of given name.setVariable(String name, ValueExpression expression) setWrappedVariable(String name, ValueExpression expression) Sets wrapped variable of given name with given value expression.
-
Constructor Details
-
DelegatingVariableMapper
Construct delegating variable mapper.- Parameters:
wrapped- The variable mapper to be wrapped.
-
-
Method Details
-
resolveVariable
- Specified by:
resolveVariablein classVariableMapper
-
resolveWrappedVariable
Resolve wrapped variable of given name.- Parameters:
name- Name of wrapped variable.- Returns:
- Resolved wrapped variable.
-
setVariable
- Specified by:
setVariablein classVariableMapper
-
setWrappedVariable
Sets wrapped variable of given name with given value expression.- Parameters:
name- Name of wrapped variable.expression- Value expression of wrapped variable.- Returns:
- The wrapped variable.
-