Package com.webmethods.caf.faces.context
Class ServletFacesContext
java.lang.Object
javax.faces.context.FacesContext
javax.faces.context.FacesContextWrapper
com.webmethods.caf.faces.context.FacesContextWrapper
com.webmethods.caf.faces.context.BaseFacesContext
com.webmethods.caf.faces.context.ServletFacesContext
- All Implemented Interfaces:
FacesWrapper<FacesContext>
FacesContext for servlet requests.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.webmethods.caf.faces.context.BaseFacesContext
BaseFacesContext.BaseExternalContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected HttpServletRequest
protected HttpServletResponse
protected ServletContext
Fields inherited from class com.webmethods.caf.faces.context.BaseFacesContext
m_application, m_elContext, m_released, m_stream, m_useCAFViewHandler, m_writer
Fields inherited from class com.webmethods.caf.faces.context.FacesContextWrapper
m_wrapped
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.webmethods.caf.faces.context.BaseFacesContext
addMessage, assertNotReleased, getApplication, getELContext, setResponseStream, setResponseWriter, useCAFViewHandler
Methods inherited from class com.webmethods.caf.faces.context.FacesContextWrapper
getWrapped
Methods inherited from class javax.faces.context.FacesContextWrapper
getAttributes, getClientIdsWithMessages, getCurrentPhaseId, getExceptionHandler, getMaximumSeverity, getMessageList, getMessageList, getMessages, getMessages, getNamingContainerSeparatorChar, getPartialViewContext, getRenderKit, getRenderResponse, getResourceLibraryContracts, getResponseComplete, getViewRoot, isPostback, isProcessingEvents, isProjectStage, isReleased, isValidationFailed, renderResponse, responseComplete, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, setResourceLibraryContracts, setViewRoot, validationFailed
Methods inherited from class javax.faces.context.FacesContext
getCurrentInstance, setCurrentInstance
-
Field Details
-
m_servletContext
-
m_request
-
m_response
-
m_externalContext
-
-
Constructor Details
-
ServletFacesContext
public ServletFacesContext() -
ServletFacesContext
-
-
Method Details
-
getExternalContext
- Overrides:
getExternalContext
in classFacesContextWrapper
-
getResponseStream
- Overrides:
getResponseStream
in classBaseFacesContext
-
getResponseWriter
- Overrides:
getResponseWriter
in classBaseFacesContext
-
release
public void release()- Overrides:
release
in classBaseFacesContext
-
setWrapped
- Overrides:
setWrapped
in classFacesContextWrapper
-