Package | Description |
---|---|
jakarta.faces.application |
Modifier and Type | Class and Description |
---|---|
class |
ViewHandlerWrapper
Provides a simple implementation of |
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. |
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. |
Constructor and Description |
---|
ViewHandlerWrapper(ViewHandler wrapped)
If this view handler has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.