Package | Description |
---|---|
javax.el |
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
|
Class and Description |
---|
BeanELResolver.BeanProperty |
ELContext
Context information for expression evaluation.
|
ELContextEvent
An event which indicates that an
ELContext has been created. |
ELException
Represents any of the exception conditions that can arise during
expression evaluation.
|
ELResolver
Enables customization of variable, property and method call resolution
behavior for EL expression evaluation.
|
Expression
Base class for the expression subclasses
ValueExpression and
MethodExpression , implementing characterstics common to both. |
ExpressionFactory |
FunctionMapper
The interface to a map between EL function names and methods.
|
MethodExpression
An
Expression that refers to a method on an object. |
MethodInfo
Holds information about a method that a
MethodExpression
evaluated to. |
ValueExpression
An
Expression that can get or set a value. |
ValueReference
This encapsulates a base model object and one of its properties.
|
VariableMapper
The interface to a map between EL variables and the EL expressions
they are associated with.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.