Class StartupFacesContextImpl
java.lang.Object
jakarta.faces.context.FacesContext
org.apache.myfaces.context.servlet.FacesContextImplBase
org.apache.myfaces.context.servlet.StartupFacesContextImpl
- All Implemented Interfaces:
- Purgeable
A FacesContext implementation which will be set as the current instance
 during container startup and shutdown and which provides a basic set of
 FacesContext functionality.
- Version:
- $Revision$ $Date$
- Author:
- Jakob Korherr (latest modification by $Author$)
- 
Field SummaryFields inherited from class org.apache.myfaces.context.servlet.FacesContextImplBase_released
- 
Constructor SummaryConstructorsConstructorDescriptionStartupFacesContextImpl(ExternalContext externalContext, ExternalContext defaultExternalContext, ExceptionHandler exceptionHandler, boolean startup) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddMessage(String clientId, FacesMessage message) getMessageList(String clientId) getMessages(String clientId) booleanbooleanbooleanbooleanvoidvoidvoidsetCurrentPhaseId(PhaseId currentPhaseId) voidsetResponseStream(ResponseStream responseStream) voidsetResponseWriter(ResponseWriter responseWriter) voidMethods inherited from class org.apache.myfaces.context.servlet.FacesContextImplBaseassertNotReleased, getApplication, getAttributes, getCurrentFacesContext, getELContext, getExceptionHandler, getExternalContext, getNamingContainerSeparatorChar, getRenderKit, getResourceLibraryContracts, getViewRoot, isProcessingEvents, isReleased, purge, release, setExceptionHandler, setProcessingEvents, setResourceLibraryContracts, setViewRootMethods inherited from class jakarta.faces.context.FacesContextgetCurrentInstance, isProjectStage, setCurrentInstance
- 
Constructor Details- 
StartupFacesContextImplpublic StartupFacesContextImpl(ExternalContext externalContext, ExternalContext defaultExternalContext, ExceptionHandler exceptionHandler, boolean startup) 
 
- 
- 
Method Details- 
getMaximumSeverity- Specified by:
- getMaximumSeverityin class- FacesContext
 
- 
getMessageList- Overrides:
- getMessageListin class- FacesContext
 
- 
getMessageList- Overrides:
- getMessageListin class- FacesContext
 
- 
getMessages- Specified by:
- getMessagesin class- FacesContext
 
- 
getClientIdsWithMessages- Specified by:
- getClientIdsWithMessagesin class- FacesContext
 
- 
getMessages- Specified by:
- getMessagesin class- FacesContext
 
- 
addMessage- Specified by:
- addMessagein class- FacesContext
 
- 
getPartialViewContext- Overrides:
- getPartialViewContextin class- FacesContext
 
- 
isPostbackpublic boolean isPostback()- Overrides:
- isPostbackin class- FacesContext
 
- 
validationFailedpublic void validationFailed()- Overrides:
- validationFailedin class- FacesContext
 
- 
isValidationFailedpublic boolean isValidationFailed()- Overrides:
- isValidationFailedin class- FacesContext
 
- 
renderResponsepublic void renderResponse()- Specified by:
- renderResponsein class- FacesContext
 
- 
responseCompletepublic void responseComplete()- Specified by:
- responseCompletein class- FacesContext
 
- 
getCurrentPhaseId- Overrides:
- getCurrentPhaseIdin class- FacesContext
 
- 
setCurrentPhaseId- Overrides:
- setCurrentPhaseIdin class- FacesContext
 
- 
getRenderResponsepublic boolean getRenderResponse()- Specified by:
- getRenderResponsein class- FacesContext
 
- 
getResponseCompletepublic boolean getResponseComplete()- Specified by:
- getResponseCompletein class- FacesContext
 
- 
setResponseStream- Specified by:
- setResponseStreamin class- FacesContext
 
- 
getResponseStream- Specified by:
- getResponseStreamin class- FacesContext
 
- 
setResponseWriter- Specified by:
- setResponseWriterin class- FacesContext
 
- 
getResponseWriter- Specified by:
- getResponseWriterin class- FacesContext
 
- 
getLifecycle- Specified by:
- getLifecyclein class- FacesContext
 
 
-