Package | Description |
---|---|
jakarta.el |
Provides the API for Jakarta Expression Language 4.0
|
jakarta.enterprise.inject.spi |
The portable extension integration SPI.
|
jakarta.faces.application | |
jakarta.servlet.jsp | |
jakarta.servlet.jsp.el |
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 |
BeanNameELResolver
An
ELResolver for resolving user or container managed beans. |
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 . |
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.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
StandardELContext.getELResolver()
Construct (if needed) and return a default ELResolver.
|
abstract ELResolver |
ELContext.getELResolver()
Retrieves the
ELResolver associated with this context. |
ELResolver |
ExpressionFactory.getStreamELResolver()
Retrieves an ELResolver that implements the operations in collections.
|
Modifier and Type | Method and Description |
---|---|
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 elResolver)
Add an user defined ELResolver to the list of ELResolvers.
|
Modifier and Type | Method and Description |
---|---|
ELResolver |
BeanManager.getELResolver()
Returns a
ELResolver that resolves beans by EL name. |
Modifier and Type | Method and Description |
---|---|
ELResolver |
ApplicationWrapper.getELResolver()
The default behavior of this method is to call |
ELResolver |
Application.getELResolver()
Return the singleton
ELResolver instance to be used for all Jakarta Expression Language resolution. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationWrapper.addELResolver(ELResolver resolver)
The default behavior of this method is to call
|
void |
Application.addELResolver(ELResolver resolver)
Cause an the argument
resolver to be added to the
resolver chain as specified in section 5.5.1 of the Jakarta Server Faces Specification. |
Modifier and Type | Method and Description |
---|---|
void |
JspApplicationContext.addELResolver(ELResolver resolver)
Adds an
ELResolver to affect the way EL variables and properties are resolved for EL expressions
appearing in JSP pages and tag files. |
Modifier and Type | Class and Description |
---|---|
class |
ImplicitObjectELResolver
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.
|
class |
ScopedAttributeELResolver
Defines variable resolution behavior for scoped attributes.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.