Uses of Class
javax.el.ELResolver

Packages that use ELResolver
javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. 
javax.servlet.jsp Classes and interfaces for the Core JSP 2.1 API. 
javax.servlet.jsp.el Provides the ELResolver classes that define the object resolution rules that must be supported by a JSP container with the new unified Expression Language. 
 

Uses of ELResolver in javax.el
 

Subclasses of ELResolver in javax.el
 class ArrayELResolver
          Defines property resolution behavior on arrays.
 class BeanELResolver
          Defines property resolution behavior on objects using the JavaBeans component architecture.
 class CompositeELResolver
          Maintains an ordered composite list of child ELResolvers.
 class ListELResolver
          Defines property resolution behavior on instances of List.
 class MapELResolver
          Defines property resolution behavior on instances of Map.
 class ResourceBundleELResolver
          Defines property resolution behavior on instances of ResourceBundle.
 

Methods in javax.el that return ELResolver
abstract  ELResolver ELContext.getELResolver()
          Retrieves the ELResolver associated with this context.
 

Methods in javax.el with parameters of type ELResolver
 void CompositeELResolver.add(ELResolver elResolver)
          Adds the given resolver to the list of component resolvers.
 

Uses of ELResolver in javax.servlet.jsp
 

Methods in javax.servlet.jsp with parameters of type ELResolver
 void JspApplicationContext.addELResolver(ELResolver resolver)
          Adds an ELResolver to affect the way EL variables and properties are resolved for EL expressions appearing in JSP pages and tag files.
 

Uses of ELResolver in javax.servlet.jsp.el
 

Subclasses of ELResolver in javax.servlet.jsp.el
 class ImplicitObjectELResolver
          Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
 class ScopedAttributeELResolver
          Defines variable resolution behavior for scoped attributes.
 



Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.