| Package | Description | 
|---|---|
| javax.faces.application | 
| 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 argumentresolverto be wrapped inside an implementation ofELResolverand exposed to the Jakarta Expression Language resolution system as if the user had
             calledApplication.addELResolver(javax.el.ELResolver). | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.