Package org.omnifaces.el

Class Summary
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.
MethodExpressionValueExpressionAdapter This MethodExpression wraps a ValueExpression.
MethodReference This encapsulates a base model object and one of its methods.
ScopedRunner This class helps in letting code run within its own scope.
ValueExpressionMethodWrapper Special purpose value expression that wraps a method expression for which a Method instance is created whenever the getValue method is called.
ValueExpressionWrapper