Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ViewHandlerWrapper
Provides a simple implementation of
ViewHandler that can
be subclassed by developers wishing to provide specialized behavior
to an existing ViewHandler instance. |
Modifier and Type | Method and Description |
---|---|
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. |
protected abstract ViewHandler |
ViewHandlerWrapper.getWrapped() |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.