Uses of Class
jakarta.el.ELResolver
Package
Description
Provides the API for Jakarta Expression Language 6.0
The portable extension integration SPI.
-
Uses of ELResolver in jakarta.el
Modifier and TypeClassDescriptionclass
Defines property resolution behavior on arrays.class
Defines property resolution behavior on objects using the JavaBeans component architecture.class
AnELResolver
for resolving user or container managed beans.class
Maintains an ordered composite list of childELResolver
s.class
Defines property resolution behavior on instances ofList
.class
Defines property resolution behavior on instances ofMap
.class
Defines property resolution, method invocation and type conversion behaviour onOptional
s.class
Defines property resolution behavior on instances ofRecord
.class
Defines property resolution behavior on instances ofResourceBundle
.class
AnELResolver
for resolving static fields, enum constants and static methods.class
A convenient class for writing an ELResolver to do custom type conversions.Modifier and TypeMethodDescriptionabstract ELResolver
ELContext.getELResolver()
Retrieves theELResolver
associated with this context.StandardELContext.getELResolver()
Construct (if needed) and return a default ELResolver.ExpressionFactory.getStreamELResolver()
Retrieves an ELResolver that implements the operations in collections.Modifier and TypeMethodDescriptionvoid
CompositeELResolver.add
(ELResolver elResolver) Adds the given resolver to the list of component resolvers.void
ELManager.addELResolver
(ELResolver elResolver) Add an user defined ELResolver to the list of ELResolvers.void
StandardELContext.addELResolver
(ELResolver cELResolver) Add a custom ELResolver to the context. -
Uses of ELResolver in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionBeanManager.getELResolver()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ELResolver in jakarta.enterprise.inject.spi.el
Modifier and TypeMethodDescriptionELAwareBeanManager.getELResolver()
Returns aELResolver
that resolves beans by EL name. -
Uses of ELResolver in jakarta.faces.application
Modifier and TypeMethodDescriptionApplication.getELResolver()
Return the singletonELResolver
instance to be used for all Jakarta Expression Language resolution.ApplicationWrapper.getELResolver()
The default behavior of this method is to callApplication.getELResolver()
on the wrappedApplication
object.Modifier and TypeMethodDescriptionvoid
Application.addELResolver
(ELResolver resolver) Cause an the argumentresolver
to be added to the resolver chain as specified in section 5.3.2 "ELResolver" of the Jakarta Faces Specification Document.void
ApplicationWrapper.addELResolver
(ELResolver resolver) The default behavior of this method is to callApplication.addELResolver(jakarta.el.ELResolver)
on the wrappedApplication
object. -
Uses of ELResolver in jakarta.servlet.jsp
Modifier and TypeMethodDescriptionvoid
JspApplicationContext.addELResolver
(ELResolver resolver) Adds anELResolver
to affect the way EL variables and properties are resolved for EL expressions appearing in JSP pages and tag files. -
Uses of ELResolver in jakarta.servlet.jsp.el
Modifier and TypeClassDescriptionclass
Defines variable resolution behavior for the EL implicit objects defined in the JSP specification.class
Defines variable resolution behavior for Class imports and static imports.class
Defines variable resolution when all other resolvers fail.class
Defines variable resolution behavior for scoped attributes.
ELAwareBeanManager
, this method will be removed in CDI 5.0