|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ELResolver | |
---|---|
com.sun.el.lang | |
javax.el | Provides the API for the Unified Expression Language 2.2 used by the JSP 2.2 and JSF 2.0 technologies. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |