Module org.omnifaces
Package org.omnifaces.el
-
Class Summary Class Description DelegatingVariableMapper ELContextWrapper ELResolverWrapper Provides a simple implementation ofELResolver
that can be sub-classed by developers wishing to provide specialized behavior to an existingELResolver
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 ofValueExpression
that can be sub-classed by developers wishing to provide specialized behavior to an existingValueExpression
instance.