Uses of Class
jakarta.el.ExpressionFactory
Packages that use ExpressionFactory
Package
Description
Provides the API for Jakarta Expression Language 6.0
The portable extension integration SPI.
-
Uses of ExpressionFactory in com.sun.faces.application
Methods in com.sun.faces.application that return ExpressionFactoryModifier and TypeMethodDescriptionApplicationAssociate.getExpressionFactory()
ApplicationImpl.getExpressionFactory()
Methods in com.sun.faces.application with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionvoid
ApplicationAssociate.setExpressionFactory
(ExpressionFactory expressionFactory) -
Uses of ExpressionFactory in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ExpressionFactoryMethods in com.sun.faces.application.applicationimpl with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionInstanceFactory.createComponent
(FacesContext context, Resource componentResource, ExpressionFactory expressionFactory) -
Uses of ExpressionFactory in com.sun.faces.el
Methods in com.sun.faces.el that return ExpressionFactoryModifier and TypeMethodDescriptionstatic ExpressionFactory
ELUtils.getDefaultExpressionFactory
(ApplicationAssociate associate, FacesContext facesContext) static ExpressionFactory
ELUtils.getDefaultExpressionFactory
(FacesContext facesContext) -
Uses of ExpressionFactory in com.sun.faces.facelets.compiler
Methods in com.sun.faces.facelets.compiler that return ExpressionFactoryMethods in com.sun.faces.facelets.compiler with parameters of type ExpressionFactoryModifier and TypeMethodDescriptioncom.sun.faces.facelets.compiler.Instruction
XMLInstruction.apply
(ExpressionFactory factory, ELContext ctx) -
Uses of ExpressionFactory in com.sun.faces.facelets.el
Methods in com.sun.faces.facelets.el with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionELText.apply
(ExpressionFactory factory, ELContext ctx) Return an instance ofthis
that is applicable given the ELContext and ExpressionFactory state.static ELText
ELText.parse
(ExpressionFactory fact, ELContext ctx, String in) static ELText
ELText.parse
(ExpressionFactory fact, ELContext ctx, String in, String alias) Factory method for creating a validated ELText instance. -
Uses of ExpressionFactory in com.sun.faces.util
Methods in com.sun.faces.util that return ExpressionFactoryModifier and TypeMethodDescriptionELAwareBeanManagerWrapper.wrapExpressionFactory
(ExpressionFactory expressionFactory) Methods in com.sun.faces.util with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionELAwareBeanManagerWrapper.wrapExpressionFactory
(ExpressionFactory expressionFactory) -
Uses of ExpressionFactory in jakarta.el
Methods in jakarta.el that return ExpressionFactoryModifier and TypeMethodDescriptionstatic ExpressionFactory
ELManager.getExpressionFactory()
Return the ExpressionFactory instance used for Jakarta Expression Language evaluations.static ExpressionFactory
ExpressionFactory.newInstance()
Creates a new instance of aExpressionFactory
.static ExpressionFactory
ExpressionFactory.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) Deprecated, for removal: This API element is subject to removal in a future version.Methods in jakarta.enterprise.inject.spi with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionBeanManager.wrapExpressionFactory
(ExpressionFactory expressionFactory) Deprecated, for removal: This API element is subject to removal in a future version.useELAwareBeanManager
, this method will be removed in CDI 5.0 -
Uses of ExpressionFactory in jakarta.enterprise.inject.spi.el
Methods in jakarta.enterprise.inject.spi.el that return ExpressionFactoryModifier and TypeMethodDescriptionELAwareBeanManager.wrapExpressionFactory
(ExpressionFactory expressionFactory) Returns a wrapperExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
.Methods in jakarta.enterprise.inject.spi.el with parameters of type ExpressionFactoryModifier and TypeMethodDescriptionELAwareBeanManager.wrapExpressionFactory
(ExpressionFactory expressionFactory) Returns a wrapperExpressionFactory
that delegatesMethodExpression
andValueExpression
creation to the givenExpressionFactory
. -
Uses of ExpressionFactory in jakarta.faces.application
Methods in jakarta.faces.application that return ExpressionFactoryModifier and TypeMethodDescriptionApplication.getExpressionFactory()
Return theExpressionFactory
instance for this application.ApplicationWrapper.getExpressionFactory()
The default behavior of this method is to callApplication.getExpressionFactory()
on the wrappedApplication
object. -
Uses of ExpressionFactory in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return ExpressionFactoryModifier and TypeMethodDescriptionabstract ExpressionFactory
FaceletContext.getExpressionFactory()
The ExpressionFactory to use within the Facelet this context is executing upon. -
Uses of ExpressionFactory in jakarta.servlet.jsp
Methods in jakarta.servlet.jsp that return ExpressionFactoryModifier and TypeMethodDescriptionJspApplicationContext.getExpressionFactory()
Returns a factory used to createValueExpression
s andMethodExpression
s so that EL expressions can be parsed and evaluated.
ELAwareBeanManager
, this method will be removed in CDI 5.0