Uses of Class
jakarta.el.ExpressionFactory
Packages that use ExpressionFactory
Package
Description
The portable extension integration SPI.
Helper classes for message interpolation.
Helper classes for setting up the Expression Language context for message interpolation.
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used by custom implementations of the interface for delegation.
-
Uses of ExpressionFactory in com.sun.el
Subclasses of ExpressionFactory in com.sun.el -
Uses of ExpressionFactory in jakarta.el
Methods in jakarta.el that return ExpressionFactoryModifier and TypeMethodDescriptionstatic ExpressionFactoryELManager.getExpressionFactory()Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.static ExpressionFactoryExpressionFactory.newInstance()Creates a new instance of aExpressionFactory.static ExpressionFactoryExpressionFactory.newInstance(Properties properties) Create a new instance of aExpressionFactory, with optional properties.Constructors in jakarta.el with parameters of type ExpressionFactoryModifierConstructorDescriptionStandardELContext(ExpressionFactory factory) Construct a default ELContext for a stand-alone environment. -
Uses of ExpressionFactory in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return ExpressionFactoryModifier and TypeMethodDescriptionBeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory) Returns a wrapperExpressionFactorythat delegatesMethodExpressionandValueExpressioncreation to the givenExpressionFactory.Methods in jakarta.enterprise.inject.spi with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionBeanManager.wrapExpressionFactory(ExpressionFactory expressionFactory) Returns a wrapperExpressionFactorythat delegatesMethodExpressionandValueExpressioncreation to the givenExpressionFactory. -
Uses of ExpressionFactory in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return ExpressionFactoryModifier and TypeMethodDescriptionJspApplicationContext.getExpressionFactory()Returns a factory used to createValueExpressions andMethodExpressions so that EL expressions can be parsed and evaluated. -
Uses of ExpressionFactory in org.glassfish.expressly
Subclasses of ExpressionFactory in org.glassfish.expressly -
Uses of ExpressionFactory in org.hibernate.validator.internal.engine.messageinterpolation
Constructors in org.hibernate.validator.internal.engine.messageinterpolation with parameters of type ExpressionFactoryModifierConstructorDescriptionElTermResolver(Locale locale, ExpressionFactory expressionFactory) Construct the resolver.InterpolationTerm(String expression, Locale locale, ExpressionFactory expressionFactory) Create an interpolation term for an expression. -
Uses of ExpressionFactory in org.hibernate.validator.internal.engine.messageinterpolation.el
Constructors in org.hibernate.validator.internal.engine.messageinterpolation.el with parameters of type ExpressionFactoryModifierConstructorDescriptionBeanMethodsELContext(ExpressionFactory expressionFactory) BeanPropertiesElContext(ExpressionFactory expressionFactory) VariablesELContext(ExpressionFactory expressionFactory) -
Uses of ExpressionFactory in org.hibernate.validator.messageinterpolation
Constructors in org.hibernate.validator.messageinterpolation with parameters of type ExpressionFactoryModifierConstructorDescriptionResourceBundleMessageInterpolator(ResourceBundleLocator userResourceBundleLocator, boolean cachingEnabled, ExpressionFactory expressionFactory) ResourceBundleMessageInterpolator(ResourceBundleLocator userResourceBundleLocator, Set<Locale> locales, Locale defaultLocale, LocaleResolver localeResolver, boolean preloadResourceBundles, boolean cachingEnabled, ExpressionFactory expressionFactory)