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 jakarta.el
Subclasses of ELResolver in jakarta.elModifier and TypeClassDescriptionclassDefines property resolution behavior on arrays.classDefines property resolution behavior on objects using the JavaBeans component architecture.classAnELResolverfor resolving user or container managed beans.classMaintains an ordered composite list of childELResolvers.classDefines property resolution behavior on instances ofList.classDefines property resolution behavior on instances ofMap.classDefines property resolution behaviour onOptionals.classDefines property resolution behavior on instances ofRecord.classDefines property resolution behavior on instances ofResourceBundle.classAnELResolverfor resolving static fields, enum constants and static methods.classA convenient class for writing an ELResolver to do custom type conversions.Methods in jakarta.el that return ELResolverModifier and TypeMethodDescriptionabstract ELResolverELContext.getELResolver()Retrieves theELResolverassociated 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 TypeMethodDescriptionvoidCompositeELResolver.add(ELResolver elResolver) Adds the given resolver to the list of component resolvers.voidELManager.addELResolver(ELResolver elResolver) Add an user defined ELResolver to the list of ELResolvers.voidStandardELContext.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 aELResolverthat 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 singletonELResolverinstance to be used for all Jakarta Expression Language resolution.ApplicationWrapper.getELResolver()The default behavior of this method is to callApplication.getELResolver()on the wrappedApplicationobject.Methods in jakarta.faces.application with parameters of type ELResolverModifier and TypeMethodDescriptionvoidApplication.addELResolver(ELResolver resolver) Cause an the argumentresolverto be added to the resolver chain as specified in section 5.3.2 "ELResolver" of the Jakarta Faces Specification Document.voidApplicationWrapper.addELResolver(ELResolver resolver) The default behavior of this method is to callApplication.addELResolver(jakarta.el.ELResolver)on the wrappedApplicationobject. -
Uses of ELResolver in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp with parameters of type ELResolverModifier and TypeMethodDescriptionvoidJspApplicationContext.addELResolver(ELResolver resolver) Adds anELResolverto 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 TypeClassDescriptionclassDefines variable resolution behavior for the EL implicit objects defined in the JSP specification.classDefines variable resolution behavior for Class imports and static imports.classDefines variable resolution when all other resolvers fail.classDefines variable resolution behavior for scoped attributes.
ELAwareBeanManager, this method will be removed in CDI 5.0