|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateManager | |
---|---|
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 StateManager in javax.faces.application |
---|
Subclasses of StateManager in javax.faces.application | |
---|---|
class |
StateManagerWrapper
Provides a simple implementation of StateManager that can
be subclassed by developers wishing to provide specialized behavior
to an existing StateManager instance. |
Methods in javax.faces.application that return StateManager | |
---|---|
abstract StateManager |
Application.getStateManager()
Return the StateManager instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle. |
StateManager |
ApplicationWrapper.getStateManager()
The default behavior of this method
is to call |
StateManager |
ApplicationWrapper.getStateManager()
The default behavior of this method
is to call |
abstract StateManager |
Application.getStateManager()
Return the StateManager instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle. |
abstract StateManager |
StateManagerWrapper.getWrapped()
|
abstract StateManager |
StateManagerWrapper.getWrapped()
|
Methods in javax.faces.application with parameters of type StateManager | |
---|---|
abstract void |
Application.setStateManager(StateManager manager)
Set the StateManager instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle. |
void |
ApplicationWrapper.setStateManager(StateManager manager)
The default behavior of this method
is to call |
void |
ApplicationWrapper.setStateManager(StateManager manager)
The default behavior of this method
is to call |
abstract void |
Application.setStateManager(StateManager manager)
Set the StateManager instance that will be utilized
during the Restore View and Render Response
phases of the request processing lifecycle. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |