java.lang.Objectjavax.faces.context.FacesContext
javax.faces.context.FacesContextWrapper
All Implemented Interfaces:
FacesWrapper
Provides a simple implementation of FacesContext that can be subclassed by developers wishing to provide specialized behavior to an existing FacesContext instance. The default implementation of all methods is to call through to the wrapped FacesContext instance.
Usage: extend this class and override #getWrapped to return the instance being wrapping.
2.0
- Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.context.FacesContextWrapper Detail: |
---|
The default behavior of this method is to call FacesContext#addMessage(String, FacesMessage) on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getApplication() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getAttributes() on the wrapped FacesContext object. |
The default behavior of this method is to call javax.faces.context.FacesContext#getClientIdsWithMessages() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getCurrentPhaseId() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getELContext() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getExceptionHandler() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getExternalContext() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getMaximumSeverity() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getMessageList() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getMessageList(String) on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getMessages() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getMessages(String) on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getPartialViewContext() ()} on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getRenderKit() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getRenderResponse() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getResponseComplete() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getResponseStream() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getResponseWriter() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#getViewRoot() on the wrapped FacesContext object. |
|
The default behavior of this method is to call FacesContext#isPostback() on the wrapped FacesContext object. |
The default behavior of this method is to call javax.faces.context.FacesContext#isProcessingEvents() on the wrapped FacesContext object. |
The default behavior of this method is to call javax.faces.context.FacesContext#isProjectStage(javax.faces.application.ProjectStage) on the wrapped FacesContext object. |
The default behavior of this method is to call javax.faces.context.FacesContext#isValidationFailed on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#release() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#renderResponse() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#responseComplete() on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#setCurrentPhaseId(PhaseId) on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#setExceptionHandler(ExceptionHandler) on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#setProcessingEvents(boolean) on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#setResponseStream(ResponseStream) on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#setResponseWriter(ResponseWriter) on the wrapped FacesContext object. |
The default behavior of this method is to call FacesContext#setViewRoot(UIViewRoot) on the wrapped FacesContext object. |
The default behavior of this method is to call javax.faces.context.FacesContext#validationFailed() on the wrapped FacesContext object. |