DelegatingVariableMapper |
|
ELContextWrapper |
Provides a simple implementation of ELContext that can
be sub-classed by developers wishing to provide specialized behavior
to an existing ELContext instance.
|
ELResolverWrapper |
Provides a simple implementation of ELResolver that can
be sub-classed by developers wishing to provide specialized behavior
to an existing ELResolver instance.
|
ExpressionInspector |
This class contains methods that inspect expressions to reveal information about them.
|
FacesELResolver |
This EL resolver basically creates an implicit object #{faces} in EL scope.
|
MethodExpressionValueExpressionAdapter |
This MethodExpression wraps a ValueExpression.
|
MethodReference |
This encapsulates information about an EL method expression.
|
ReadOnlyValueExpression |
Implementation of a read only value expression that can be used when the value is not yet available at construction time, or when the
value would be too expensive to create and it's not yet clear if the expression will actually be evaluated.
|
ScopedRunner |
This class helps in letting code run within its own scope.
|
ValueExpressionWrapper |
Provides a simple implementation of ValueExpression that can
be sub-classed by developers wishing to provide specialized behavior
to an existing ValueExpression instance.
|