| Package | Description |
|---|---|
| javax.el |
Provides the API for the Unified Expression Language shared by
the JSP 2.1 and JSF 1.2 technologies.
|
| 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 © 2021 JBoss by Red Hat. All rights reserved.