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.BeanELResolver.BeanProperties BeanELResolver.BeanProperty CompositeELResolver Maintains an ordered composite list of childELResolvers.CompositeELResolver.CompositeIterator ELContext Context information for expression evaluation.ELContextEvent An event which indicates that anELContexthas been created.ELContextListener The listener interface for receiving notification when anELContextis 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.ELUtil Utility methods for this portion of the EL implementationExpression Base class for the expression subclassesValueExpressionandMethodExpression, implementing characterstics common to both.ExpressionFactory FactoryFinder FactoryFinderCache FactoryFinderCache.CacheKey FunctionMapper The interface to a map between EL function names and methods.ListELResolver Defines property resolution behavior on instances ofList.MapELResolver Defines property resolution behavior on instances ofMap.MethodExpression AnExpressionthat refers to a method on an object.MethodInfo Holds information about a method that aMethodExpressionevaluated to.MethodNotFoundException Thrown when a method could not be found while evaluating aMethodExpression.PropertyNotFoundException Thrown when a property could not be found while evaluating aValueExpressionorMethodExpression.PropertyNotWritableException Thrown when a property could not be written to while setting the value on aValueExpression.ResourceBundleELResolver Defines property resolution behavior on instances ofResourceBundle.ValueExpression AnExpressionthat 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.