public abstract class BaseFacesContext extends FacesContextWrapper
Modifier and Type | Class and Description |
---|---|
class |
BaseFacesContext.BaseExternalContext |
Modifier and Type | Field and Description |
---|---|
protected Application |
m_application |
protected ELContext |
m_elContext |
protected boolean |
m_released |
protected ResponseStream |
m_stream |
protected Boolean |
m_useCAFViewHandler |
protected ResponseWriter |
m_writer |
m_wrapped
Constructor and Description |
---|
BaseFacesContext() |
BaseFacesContext(FacesContext wrapped) |
Modifier and Type | Method and Description |
---|---|
void |
addMessage(String clientId,
FacesMessage message) |
protected void |
assertNotReleased() |
Application |
getApplication() |
ELContext |
getELContext() |
ResponseStream |
getResponseStream() |
ResponseWriter |
getResponseWriter() |
void |
release() |
void |
setResponseStream(ResponseStream stream) |
void |
setResponseWriter(ResponseWriter writer) |
protected boolean |
useCAFViewHandler() |
getWrapped, setWrapped
getAttributes, getClientIdsWithMessages, getCurrentPhaseId, getExceptionHandler, getExternalContext, 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 boolean m_released
protected Boolean m_useCAFViewHandler
protected Application m_application
protected ResponseStream m_stream
protected ResponseWriter m_writer
protected ELContext m_elContext
public BaseFacesContext()
public BaseFacesContext(FacesContext wrapped)
public Application getApplication()
getApplication
in class FacesContextWrapper
public void addMessage(String clientId, FacesMessage message)
addMessage
in class FacesContextWrapper
public ResponseStream getResponseStream()
getResponseStream
in class FacesContextWrapper
public void setResponseStream(ResponseStream stream)
setResponseStream
in class FacesContextWrapper
public ResponseWriter getResponseWriter()
getResponseWriter
in class FacesContextWrapper
public void setResponseWriter(ResponseWriter writer)
setResponseWriter
in class FacesContextWrapper
public ELContext getELContext()
getELContext
in class FacesContextWrapper
public void release()
release
in class FacesContextWrapper
protected void assertNotReleased()
protected boolean useCAFViewHandler()