Uses of Class
jakarta.el.ELResolver
-
Packages that use ELResolver Package Description jakarta.el Provides the API for Jakarta Expression Language 5.0jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.servlet.jsp jakarta.servlet.jsp.el org.glassfish.expressly org.glassfish.expressly.lang org.glassfish.expressly.stream org.hibernate.validator.internal.engine.messageinterpolation.el Helper classes for setting up the Expression Language context for message interpolation. -
-
Uses of ELResolver in jakarta.el
Subclasses of ELResolver in jakarta.el Modifier and Type Class Description classArrayELResolverDefines property resolution behavior on arrays.classBeanELResolverDefines property resolution behavior on objects using the JavaBeans component architecture.classBeanNameELResolverAnELResolverfor resolving user or container managed beans.classCompositeELResolverMaintains an ordered composite list of childELResolvers.classListELResolverDefines property resolution behavior on instances ofList.classMapELResolverDefines property resolution behavior on instances ofMap.classResourceBundleELResolverDefines property resolution behavior on instances ofResourceBundle.classStaticFieldELResolverAnELResolverfor resolving static fields, enum constants and static methods.classTypeConverterA convenient class for writing an ELResolver to do custom type conversions.Methods in jakarta.el that return ELResolver Modifier and Type Method Description abstract ELResolverELContext. getELResolver()Retrieves theELResolverassociated with this context.ELResolverStandardELContext. getELResolver()Construct (if needed) and return a default ELResolver.ELResolverExpressionFactory. getStreamELResolver()Retrieves an ELResolver that implements the operations in collections.Methods in jakarta.el with parameters of type ELResolver Modifier and Type Method Description voidCompositeELResolver. 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 ELResolver Modifier and Type Method Description ELResolverBeanManager. getELResolver()Returns aELResolverthat resolves beans by EL name. -
Uses of ELResolver in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp with parameters of type ELResolver Modifier and Type Method Description voidJspApplicationContext. 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.el Modifier and Type Class Description classImplicitObjectELResolverDefines variable resolution behavior for the EL implicit objects defined in the JSP specification.classImportELResolverDefines variable resolution behavior for Class imports and static imports.classNotFoundELResolverDefines variable resolution when all other resolvers fail.classScopedAttributeELResolverDefines variable resolution behavior for scoped attributes. -
Uses of ELResolver in org.glassfish.expressly
Methods in org.glassfish.expressly that return ELResolver Modifier and Type Method Description ELResolverExpressionFactoryImpl. getStreamELResolver() -
Uses of ELResolver in org.glassfish.expressly.lang
Methods in org.glassfish.expressly.lang that return ELResolver Modifier and Type Method Description ELResolverEvaluationContext. getELResolver() -
Uses of ELResolver in org.glassfish.expressly.stream
Subclasses of ELResolver in org.glassfish.expressly.stream Modifier and Type Class Description classStreamELResolver -
Uses of ELResolver in org.hibernate.validator.internal.engine.messageinterpolation.el
Subclasses of ELResolver in org.hibernate.validator.internal.engine.messageinterpolation.el Modifier and Type Class Description classBeanPropertiesELResolverclassNoOpElResolverclassRootResolverMethods in org.hibernate.validator.internal.engine.messageinterpolation.el that return ELResolver Modifier and Type Method Description ELResolverBeanMethodsELContext. getELResolver()ELResolverBeanPropertiesElContext. getELResolver()ELResolverVariablesELContext. getELResolver()Methods in org.hibernate.validator.internal.engine.messageinterpolation.el with parameters of type ELResolver Modifier and Type Method Description voidBeanMethodsELContext. addELResolver(ELResolver cELResolver)voidBeanPropertiesElContext. addELResolver(ELResolver cELResolver)voidVariablesELContext. addELResolver(ELResolver cELResolver)
-