|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ELResolver | |
---|---|
com.sun.el.lang | |
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.0 API. |
javax.servlet.jsp.el | Classes and interfaces for the JSP 2.0 Expression Language API. |
org.apache.jasper.runtime |
Uses of ELResolver in com.sun.el.lang |
---|
Methods in com.sun.el.lang that return ELResolver | |
---|---|
ELResolver |
EvaluationContext.getELResolver()
|
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 ELResolver s. |
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. |
Uses of ELResolver in org.apache.jasper.runtime |
---|
Methods in org.apache.jasper.runtime that return ELResolver | |
---|---|
ELResolver |
ELContextImpl.getELResolver()
|
Methods in org.apache.jasper.runtime that return types with arguments of type ELResolver | |
---|---|
protected Iterator<ELResolver> |
JspApplicationContextImpl.getELResolvers()
|
Methods in org.apache.jasper.runtime with parameters of type ELResolver | |
---|---|
void |
JspApplicationContextImpl.addELResolver(ELResolver resolver)
|
protected ELContext |
JspApplicationContextImpl.createELContext(ELResolver resolver)
|
Constructors in org.apache.jasper.runtime with parameters of type ELResolver | |
---|---|
ELContextImpl(ELResolver resolver)
Constructs a new ELContext associated with the given ELResolver. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |