All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description ArrayELResolver Defines property resolution behavior on arrays.BeanELResolver Defines property resolution behavior on objects using the JavaBeans component architecture.BeanNameELResolver AnELResolver
for resolving user or container managed beans.BeanNameResolver Resolves a bean by its known name.BeanPropertiesCache BeanPropertiesCache.BeanProperties BeanPropertiesCache.BeanProperty BeanPropertiesCache.BPSoftReference BeanPropertiesCache.SoftConcurrentHashMap CompositeELResolver Maintains an ordered composite list of childELResolver
s.CompositeELResolver.CompositeIterator ELClass A runtime representation of a Class in the EL expressions.ELContext Context information for expression parsing and evaluation.ELContextEvent An event which indicates that anELContext
has been created.ELContextListener The listener interface for receiving notification when anELContext
is created.ELException Represents any of the exception conditions that can arise during expression evaluation.ELManager Manages EL parsing and evaluation environment.ELProcessor Provides an API for using EL in a stand-alone environment.ELResolver Enables customization of variable, property, method call, and type conversion resolution behavior for EL expression evaluation.ELUtil Utility methods for this portion of the EL implementationEvaluationListener The listener interface for receiving notification when an EL expression is evaluated.Expression Base class for the expression subclassesValueExpression
andMethodExpression
, implementing characteristics common to both.ExpressionFactory Provides an implementation for creating and evaluating EL expressions.FactoryFinder FactoryFinderCache FactoryFinderCache.CacheKey FunctionMapper The interface to a map between EL function names and methods.ImportHandler Handles imports of class names and package names.LambdaExpression Encapsulates a parameterizedValueExpression
.ListELResolver Defines property resolution behavior on instances ofList
.MapELResolver Defines property resolution behavior on instances ofMap
.MethodExpression AnExpression
that refers to a method on an object.MethodInfo Holds information about a method that aMethodExpression
evaluated to.MethodNotFoundException Thrown when a method could not be found while evaluating aMethodExpression
.PropertyNotFoundException Thrown when a property could not be found while evaluating aValueExpression
orMethodExpression
.PropertyNotWritableException Thrown when a property could not be written to while setting the value on aValueExpression
.ResourceBundleELResolver Defines property resolution behavior on instances ofResourceBundle
.StandardELContext A standard ELContext suitable for use in a stand alone environment.StandardELContext.DefaultFunctionMapper StandardELContext.DefaultVariableMapper StaticFieldELResolver AnELResolver
for resolving static fields, enum constants and static methods.TypeConverter A convenient class for writing an ELResolver to do custom type conversions.Util Util.CacheKey Key used to cache default ExpressionFactory information per class loader.Util.CacheValue Util.ConstructorWrapper Util.MatchResult Util.MethodWrapper Util.Wrapper ValueExpression AnExpression
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.