| CompositeFunctionMapper |
Composite FunctionMapper that attempts to load the Method from the first FunctionMapper, then the second if
null.
|
| CompositeVariableMapper |
Composite VariableMapper that attempts to load the ValueExpression from the first VariableMapper, then the second if
null.
|
| ContextualCompositeMethodExpression |
This specialized MethodExpression enables the evaluation of composite component expressions.
|
| ContextualCompositeValueExpression |
This specialized ValueExpression enables the evaluation of composite component expressions.
|
| DefaultFunctionMapper |
Default implementation of the FunctionMapper
|
| DefaultVariableMapper |
Default instance of a VariableMapper backed by a Map
|
| ELText |
Handles parsing EL Strings in accordance with the EL-API Specification.
|
| TagMethodExpression |
|
| TagValueExpression |
|
| VariableMapperWrapper |
Utility class for wrapping another VariableMapper with a new context, represented by a Map.
|