Uses of Class
jakarta.faces.el.VariableResolver
Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.application.applicationimpl | |
com.sun.faces.el | |
jakarta.faces.application |
-
Uses of VariableResolver in com.sun.faces.application
Methods in com.sun.faces.application that return VariableResolver Modifier and Type Method Description VariableResolver
ApplicationAssociate. getLegacyVariableResolver()
VariableResolver
ApplicationAssociate. getLegacyVRChainHead()
VariableResolver
ApplicationImpl. getVariableResolver()
Deprecated.Methods in com.sun.faces.application with parameters of type VariableResolver Modifier and Type Method Description void
ApplicationAssociate. setLegacyVariableResolver(VariableResolver resolver)
Maintains the PropertyResolver called through Application.setVariableResolver()void
ApplicationAssociate. setLegacyVRChainHead(VariableResolver resolver)
This method is called byConfigureListener
and will contain anyVariableResolvers
defined within faces-config configuration files.void
ApplicationImpl. setVariableResolver(VariableResolver resolver)
Deprecated. -
Uses of VariableResolver in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return VariableResolver Modifier and Type Method Description VariableResolver
ExpressionLanguage. getVariableResolver()
Deprecated.Methods in com.sun.faces.application.applicationimpl with parameters of type VariableResolver Modifier and Type Method Description void
ExpressionLanguage. setVariableResolver(VariableResolver resolver)
Deprecated. -
Uses of VariableResolver in com.sun.faces.el
Subclasses of VariableResolver in com.sun.faces.el Modifier and Type Class Description class
ChainAwareVariableResolver
This special VariableResolver serves as the "original" VariableResolver that is passed to the one-arg ctor for the first custom VariableResolver that is encountered during application configuration.class
VariableResolverImpl
Concrete implementation ofVariableResolver
.Methods in com.sun.faces.el that return VariableResolver Modifier and Type Method Description VariableResolver
VariableResolverImpl. getDelegate()
static VariableResolver
ELUtils. getDelegateVR(ApplicationAssociate associate, boolean provideDefault)
Methods in com.sun.faces.el with parameters of type VariableResolver Modifier and Type Method Description void
VariableResolverImpl. setDelegate(VariableResolver delegate)
void
VariableResolverChainWrapper. setWrapped(VariableResolver newVR)
Constructors in com.sun.faces.el with parameters of type VariableResolver Constructor Description VariableResolverChainWrapper(VariableResolver variableResolver)
-
Uses of VariableResolver in jakarta.faces.application
Methods in jakarta.faces.application that return VariableResolver Modifier and Type Method Description abstract VariableResolver
Application. getVariableResolver()
Deprecated.This has been replaced byApplication.getELResolver()
.VariableResolver
ApplicationWrapper. getVariableResolver()
Deprecated.See superclass for alternative.Methods in jakarta.faces.application with parameters of type VariableResolver Modifier and Type Method Description abstract void
Application. setVariableResolver(VariableResolver resolver)
Deprecated.The recommended way to affect the execution of the Jakarta Expression Language is to provide an<el-resolver>
element at the right place in the application configuration resources which will be considered in the normal course of expression evaluation.void
ApplicationWrapper. setVariableResolver(VariableResolver resolver)
Deprecated.See superclass for alternative.