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