| Package | Description |
|---|---|
| javax.faces.application |
| Modifier and Type | Method and Description |
|---|---|
abstract VariableResolver |
Application.getVariableResolver()
Deprecated.
This has been replaced by
Application.getELResolver(). |
VariableResolver |
ApplicationWrapper.getVariableResolver()
Deprecated.
See superclass for alternative.
|
| Modifier and Type | Method and 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. 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). |
void |
ApplicationWrapper.setVariableResolver(VariableResolver resolver)
Deprecated.
See superclass for alternative.
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.