Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.application.applicationimpl | |
com.sun.faces.el | |
javax.faces.application |
Modifier and Type | Method and Description |
---|---|
VariableResolver |
ApplicationAssociate.getLegacyVariableResolver() |
VariableResolver |
ApplicationAssociate.getLegacyVRChainHead() |
VariableResolver |
ApplicationImpl.getVariableResolver()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationAssociate.setLegacyVariableResolver(VariableResolver resolver)
Maintains the PropertyResolver called through Application.setVariableResolver()
|
void |
ApplicationAssociate.setLegacyVRChainHead(VariableResolver resolver)
This method is called by
ConfigureListener and will contain any
VariableResolvers defined within faces-config configuration files. |
void |
ApplicationImpl.setVariableResolver(VariableResolver resolver)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VariableResolver |
ExpressionLanguage.getVariableResolver()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ExpressionLanguage.setVariableResolver(VariableResolver resolver)
Deprecated.
|
Modifier and Type | Class and 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 of
VariableResolver . |
Modifier and Type | Method and Description |
---|---|
VariableResolver |
VariableResolverImpl.getDelegate() |
static VariableResolver |
ELUtils.getDelegateVR(ApplicationAssociate associate,
boolean provideDefault) |
Modifier and Type | Method and Description |
---|---|
void |
VariableResolverImpl.setDelegate(VariableResolver delegate) |
void |
VariableResolverChainWrapper.setWrapped(VariableResolver newVR) |
Constructor and Description |
---|
VariableResolverChainWrapper(VariableResolver variableResolver) |
Modifier and Type | Method and Description |
---|---|
VariableResolver |
ApplicationWrapper.getVariableResolver()
Deprecated.
See superclass for alternative.
|
abstract VariableResolver |
Application.getVariableResolver()
Deprecated.
This has been replaced by
Application.getELResolver() . |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationWrapper.setVariableResolver(VariableResolver resolver)
Deprecated.
See superclass for alternative.
|
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. This method now will cause the
argument resolver to be wrapped inside an implementation of
ELResolver and exposed to the Jakarta Expression Language resolution system as if the user had
called Application.addELResolver(javax.el.ELResolver) . |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.