Uses of Class
jakarta.el.ELResolver
Packages that use ELResolver
Package
Description
Provides the API for Jakarta Expression Language 6.0
The portable extension integration SPI.
-
Uses of ELResolver in com.sun.faces.application
Methods in com.sun.faces.application that return ELResolverMethods in com.sun.faces.application that return types with arguments of type ELResolverMethods in com.sun.faces.application with parameters of type ELResolverMethod parameters in com.sun.faces.application with type arguments of type ELResolverModifier and TypeMethodDescriptionvoid
ApplicationAssociate.setELResolversFromFacesConfig
(List<ELResolver> resolvers) -
Uses of ELResolver in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ELResolverMethods in com.sun.faces.application.applicationimpl with parameters of type ELResolver -
Uses of ELResolver in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return ELResolver -
Uses of ELResolver in com.sun.faces.context.flash
Subclasses of ELResolver in com.sun.faces.context.flashModifier and TypeClassDescriptionclass
Provide a feature semantically identical to the "flash" concept in Ruby on Rails. -
Uses of ELResolver in com.sun.faces.el
Subclasses of ELResolver in com.sun.faces.elModifier and TypeClassDescriptionfinal class
Maintains an ordered composite list of childELResolver for Faces
.class
ThisELResolver
will handle the resolution ofattrs
when processing a composite component instance.class
Maintains an ordered composite list of childELResolver for Faces
.class
class
Maintains an ordered composite list of childELResolver for Faces
.class
class
ELResolver to resolve expressions like the following: #{resource['library:resource']} #{resource['resource']}class
Methods in com.sun.faces.el that return ELResolverMethods in com.sun.faces.el with parameters of type ELResolverModifier and TypeMethodDescriptionvoid
DemuxCompositeELResolver._addPropertyELResolver
(ELResolver elResolver) void
ChainTypeCompositeELResolver.add
(ELResolver elResolver) void
DemuxCompositeELResolver.add
(ELResolver elResolver) void
ChainTypeCompositeELResolver.addPropertyELResolver
(ELResolver elResolver) void
DemuxCompositeELResolver.addPropertyELResolver
(ELResolver elResolver) abstract void
FacesCompositeELResolver.addPropertyELResolver
(ELResolver elResolver) void
ChainTypeCompositeELResolver.addRootELResolver
(ELResolver elResolver) void
DemuxCompositeELResolver.addRootELResolver
(ELResolver elResolver) abstract void
FacesCompositeELResolver.addRootELResolver
(ELResolver elResolver) Constructors in com.sun.faces.el with parameters of type ELResolverModifierConstructorDescriptionELContextImpl
(ELResolver resolver) Constructs a new ELContext associated with the given ELResolver. -
Uses of ELResolver in com.sun.faces.util
Methods in com.sun.faces.util that return ELResolver -
Uses of ELResolver in jakarta.el
Subclasses of ELResolver in jakarta.elModifier 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.Methods in jakarta.el that return ELResolverModifier 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.Methods in jakarta.el with parameters of type ELResolverModifier 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
Methods in jakarta.enterprise.inject.spi that return ELResolverModifier 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
Methods in jakarta.enterprise.inject.spi.el that return ELResolverModifier and TypeMethodDescriptionELAwareBeanManager.getELResolver()
Returns aELResolver
that resolves beans by EL name. -
Uses of ELResolver in jakarta.faces.application
Methods in jakarta.faces.application that return ELResolverModifier 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.Methods in jakarta.faces.application with parameters of type ELResolverModifier 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
Methods in jakarta.servlet.jsp with parameters of type ELResolverModifier 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
Subclasses of ELResolver in jakarta.servlet.jsp.elModifier 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