Package com.webmethods.caf.faces.context
Class FacesContextWrapper
java.lang.Object
javax.faces.context.FacesContext
javax.faces.context.FacesContextWrapper
com.webmethods.caf.faces.context.FacesContextWrapper
- All Implemented Interfaces:
FacesWrapper<FacesContext>
- Direct Known Subclasses:
BaseFacesContext
FacesContext implementation which wraps another FacesContext implementation
(as a convenience for sub-classing).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.faces.context.FacesContextWrapper
addMessage, getApplication, getAttributes, getClientIdsWithMessages, getCurrentPhaseId, getELContext, getExceptionHandler, getExternalContext, getMaximumSeverity, getMessageList, getMessageList, getMessages, getMessages, getNamingContainerSeparatorChar, getPartialViewContext, getRenderKit, getRenderResponse, getResourceLibraryContracts, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, isPostback, isProcessingEvents, isProjectStage, isReleased, isValidationFailed, release, renderResponse, responseComplete, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, setResourceLibraryContracts, setResponseStream, setResponseWriter, setViewRoot, validationFailed
Methods inherited from class javax.faces.context.FacesContext
getCurrentInstance, setCurrentInstance
-
Field Details
-
m_wrapped
-
-
Constructor Details
-
FacesContextWrapper
public FacesContextWrapper() -
FacesContextWrapper
-
-
Method Details
-
getWrapped
- Specified by:
getWrapped
in interfaceFacesWrapper<FacesContext>
- Overrides:
getWrapped
in classFacesContextWrapper
-
setWrapped
-