| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.el | |
| jakarta.faces.application |
| Modifier and Type | Method and Description |
|---|---|
PropertyResolver |
ApplicationAssociate.getLegacyPRChainHead() |
PropertyResolver |
ApplicationAssociate.getLegacyPropertyResolver() |
PropertyResolver |
ApplicationImpl.getPropertyResolver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationAssociate.setLegacyPRChainHead(PropertyResolver resolver)
This method is called by
ConfigureListener and will contain any PropertyResolvers defined
within faces-config configuration files. |
void |
ApplicationAssociate.setLegacyPropertyResolver(PropertyResolver resolver)
Maintains the PropertyResolver called through Application.setPropertyResolver()
|
void |
ApplicationImpl.setPropertyResolver(PropertyResolver resolver)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyResolver |
ExpressionLanguage.getPropertyResolver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionLanguage.setPropertyResolver(PropertyResolver resolver)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DummyPropertyResolverImpl
Default propertyResolver implementation that gets the ELContext from the argument FacesContext and calls
setPropertyResolved(false) on it.
|
class |
PropertyResolverImpl
Concrete implementation of
PropertyResolver. |
| Modifier and Type | Method and Description |
|---|---|
static PropertyResolver |
ELUtils.getDelegatePR(ApplicationAssociate associate,
boolean provideDefault) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyResolverImpl.setDelegate(PropertyResolver delegate) |
| Constructor and Description |
|---|
PropertyResolverChainWrapper(PropertyResolver propertyResolver) |
| Modifier and Type | Method and Description |
|---|---|
PropertyResolver |
ApplicationWrapper.getPropertyResolver()
Deprecated.
See superclass for alternative.
|
abstract PropertyResolver |
Application.getPropertyResolver()
Deprecated.
This has been replaced by
Application.getELResolver(). |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationWrapper.setPropertyResolver(PropertyResolver resolver)
Deprecated.
See superclass for alternative.
|
abstract void |
Application.setPropertyResolver(PropertyResolver 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(jakarta.el.ELResolver). |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.