| 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
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.
|
Copyright (c) 1999-2013 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.