Package | Description |
---|---|
org.jdesktop.el |
Customized version of EL for Beans Binding; not for general use.
|
org.jdesktop.el.impl.lang |
Customized version of EL for Beans Binding; not for general use.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
abstract ELResolver |
ELContext.getELResolver()
Retrieves the
ELResolver associated with this context. |
Modifier and Type | Method and Description |
---|---|
void |
CompositeELResolver.add(ELResolver elResolver)
Adds the given resolver to the list of component resolvers.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
EvaluationContext.getELResolver() |