|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 |
BeanNameELResolver
An ELResolver for resolving user or container managed beans. |
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. |
class |
StaticFieldELResolver
An ELResolver for resolving static fields, enum constants and
static methods. |
class |
TypeConverter
A convenient class for writing an ELResolver to do custom type conversions. |
| Methods in javax.el that return ELResolver | |
|---|---|
ELResolver |
StandardELContext.getELResolver()
Construct (if needed) and return a default ELResolver. |
abstract ELResolver |
ELContext.getELResolver()
Retrieves the ELResolver associated with this context. |
ELResolver |
ExpressionFactory.getQueryOperatorELResolver()
Retrieves an ELResolver that implements the Query Operators as described in Chapter 2 of the specification. |
| Methods in javax.el with parameters of type ELResolver | |
|---|---|
void |
CompositeELResolver.add(ELResolver elResolver)
Adds the given resolver to the list of component resolvers. |
void |
StandardELContext.addELResolver(ELResolver cELResolver)
Add a custom ELResolver to the context. |
void |
ELManager.addELResolver(ELResolver elr)
Add an user defined ELResolver to the list of ELResolvers. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||