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 VariableResolverApplicationAssociate. getLegacyVariableResolver()VariableResolverApplicationAssociate. getLegacyVRChainHead()VariableResolverApplicationImpl. getVariableResolver()Deprecated.Methods in com.sun.faces.application with parameters of type VariableResolver Modifier and Type Method Description voidApplicationAssociate. setLegacyVariableResolver(VariableResolver resolver)Maintains the PropertyResolver called through Application.setVariableResolver()voidApplicationAssociate. setLegacyVRChainHead(VariableResolver resolver)This method is called byConfigureListenerand will contain anyVariableResolversdefined within faces-config configuration files.voidApplicationImpl. 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 VariableResolverExpressionLanguage. getVariableResolver()Deprecated.Methods in com.sun.faces.application.applicationimpl with parameters of type VariableResolver Modifier and Type Method Description voidExpressionLanguage. 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 classChainAwareVariableResolverThis 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.classVariableResolverImplConcrete implementation ofVariableResolver.Methods in com.sun.faces.el that return VariableResolver Modifier and Type Method Description VariableResolverVariableResolverImpl. getDelegate()static VariableResolverELUtils. getDelegateVR(ApplicationAssociate associate, boolean provideDefault)Methods in com.sun.faces.el with parameters of type VariableResolver Modifier and Type Method Description voidVariableResolverImpl. setDelegate(VariableResolver delegate)voidVariableResolverChainWrapper. 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 VariableResolverApplication. getVariableResolver()Deprecated.This has been replaced byApplication.getELResolver().VariableResolverApplicationWrapper. getVariableResolver()Deprecated.See superclass for alternative.Methods in jakarta.faces.application with parameters of type VariableResolver Modifier and Type Method Description abstract voidApplication. 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.voidApplicationWrapper. setVariableResolver(VariableResolver resolver)Deprecated.See superclass for alternative.