|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableResolver | |
---|---|
javax.faces.application | APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. |
Uses of VariableResolver in javax.faces.application |
---|
Methods in javax.faces.application that return VariableResolver | |
---|---|
abstract VariableResolver |
Application.getVariableResolver()
Deprecated. This has been replaced by Application.getELResolver() . |
VariableResolver |
ApplicationWrapper.getVariableResolver()
The default behavior of this method
is to call |
VariableResolver |
ApplicationWrapper.getVariableResolver()
The default behavior of this method
is to call |
abstract VariableResolver |
Application.getVariableResolver()
Deprecated. This has been replaced by Application.getELResolver() . |
Methods in javax.faces.application with parameters of type VariableResolver | |
---|---|
abstract void |
Application.setVariableResolver(VariableResolver resolver)
Deprecated. The recommended way to affect the execution of the EL 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 EL resolution system as if the user had called
Application.addELResolver(ELResolver) . |
void |
ApplicationWrapper.setVariableResolver(VariableResolver resolver)
The default behavior of this method
is to call |
void |
ApplicationWrapper.setVariableResolver(VariableResolver resolver)
The default behavior of this method
is to call |
abstract void |
Application.setVariableResolver(VariableResolver resolver)
Deprecated. The recommended way to affect the execution of the EL 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 EL resolution system as if the user had called
Application.addELResolver(ELResolver) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |