java.lang.Objectjavax.faces.application.ViewHandler
javax.faces.application.ViewHandlerWrapper
Provides a simple implementation of ViewHandler that can be subclassed by developers wishing to provide specialized behavior to an existing ViewHandler instance. The default implementation of all methods is to call through to the wrapped ViewHandler .
Usage: extend this class and override #getWrapped to return the instance we are wrapping.
1.2 - | Fields inherited from javax.faces.application.ViewHandler: |
|---|
| CHARACTER_ENCODING_KEY, DEFAULT_SUFFIX_PARAM_NAME, DEFAULT_SUFFIX |
| Method from javax.faces.application.ViewHandlerWrapper Summary: |
|---|
| calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, getActionURL, getResourceURL, getWrapped, initView, renderView, restoreView, writeState |
| Methods from javax.faces.application.ViewHandler: |
|---|
| calculateCharacterEncoding, calculateLocale, calculateRenderKitId, createView, getActionURL, getResourceURL, initView, renderView, restoreView, writeState |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.faces.application.ViewHandlerWrapper Detail: |
|---|
The default behavior of this method is to call ViewHandler#calculateCharacterEncoding(javax.faces.context.FacesContext) on the wrapped ViewHandler object. |
The default behavior of this method is to call ViewHandler#calculateLocale(javax.faces.context.FacesContext) on the wrapped ViewHandler object. |
The default behavior of this method is to call ViewHandler#calculateRenderKitId(javax.faces.context.FacesContext) on the wrapped ViewHandler object. |
The default behavior of this method is to call ViewHandler#createView(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object. |
The default behavior of this method is to call ViewHandler#getActionURL(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object. |
The default behavior of this method is to call ViewHandler#getResourceURL(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object. |
|
The default behavior of this method is to call ViewHandler#initView on the wrapped ViewHandler object. |
The default behavior of this method is to call ViewHandler#renderView(javax.faces.context.FacesContext, javax.faces.component.UIViewRoot) on the wrapped ViewHandler object. |
The default behavior of this method is to call ViewHandler#restoreView(javax.faces.context.FacesContext, String) on the wrapped ViewHandler object. |
The default behavior of this method is to call ViewHandler#writeState(javax.faces.context.FacesContext) on the wrapped ViewHandler object. |