| 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 ELResolvers.
|
class |
ListELResolver
Defines property resolution behavior on instances of java.util.List.
|
class |
MapELResolver
Defines property resolution behavior on instances of java.util.Map.
|
class |
ResourceBundleELResolver
Defines property resolution behavior on instances of java.util.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.
|
Copyright © 2006-2014 Odysseus Software GmbH. All Rights Reserved.