Module org.omnifaces
Package org.omnifaces.el
package org.omnifaces.el
-
ClassesClassDescriptionProvides a simple implementation of
ELResolverthat can be sub-classed by developers wishing to provide specialized behavior to an existingELResolverinstance.This class contains methods that inspect expressions to reveal information about them.This EL resolver basically creates an implicit object#{faces}in EL scope.This MethodExpression wraps a ValueExpression.This encapsulates information about an EL method expression.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.This class helps in letting code run within its own scope.Provides a simple implementation ofValueExpressionthat can be sub-classed by developers wishing to provide specialized behavior to an existingValueExpressioninstance.