public class ServletFacesContext extends BaseFacesContext
Modifier and Type | Class and Description |
---|---|
class |
ServletFacesContext.ServletExternalContext |
BaseFacesContext.BaseExternalContext
Modifier and Type | Field and Description |
---|---|
protected ServletFacesContext.ServletExternalContext |
m_externalContext |
protected HttpServletRequest |
m_request |
protected HttpServletResponse |
m_response |
protected ServletContext |
m_servletContext |
m_application, m_elContext, m_released, m_stream, m_useCAFViewHandler, m_writer
m_wrapped
Constructor and Description |
---|
ServletFacesContext() |
ServletFacesContext(FacesContext wrapped) |
Modifier and Type | Method and Description |
---|---|
ExternalContext |
getExternalContext() |
ResponseStream |
getResponseStream() |
ResponseWriter |
getResponseWriter() |
void |
release() |
void |
setWrapped(FacesContext wrapped) |
addMessage, assertNotReleased, getApplication, getELContext, setResponseStream, setResponseWriter, useCAFViewHandler
getWrapped
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
getCurrentInstance, setCurrentInstance
protected ServletContext m_servletContext
protected HttpServletRequest m_request
protected HttpServletResponse m_response
protected ServletFacesContext.ServletExternalContext m_externalContext
public ServletFacesContext()
public ServletFacesContext(FacesContext wrapped)
public ExternalContext getExternalContext()
getExternalContext
in class FacesContextWrapper
public ResponseStream getResponseStream()
getResponseStream
in class BaseFacesContext
public ResponseWriter getResponseWriter()
getResponseWriter
in class BaseFacesContext
public void release()
release
in class BaseFacesContext
public void setWrapped(FacesContext wrapped)
setWrapped
in class FacesContextWrapper