Uses of Package
javax.el
Packages that use javax.el
Package
Description
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
-
ClassDescriptionContext information for expression evaluation.An event which indicates that an
ELContexthas been created.Represents any of the exception conditions that can arise during expression evaluation.Enables customization of variable, property and method call resolution behavior for EL expression evaluation.Base class for the expression subclassesValueExpressionandMethodExpression, implementing characterstics common to both.The interface to a map between EL function names and methods.AnExpressionthat refers to a method on an object.Holds information about a method that aMethodExpressionevaluated to.AnExpressionthat can get or set a value.This encapsulates a base model object and one of its properties.The interface to a map between EL variables and the EL expressions they are associated with.