Class PartialViewContextImpl
java.lang.Object
jakarta.faces.context.PartialViewContext
org.apache.myfaces.context.servlet.PartialViewContextImpl
- 
Field SummaryFields inherited from class jakarta.faces.context.PartialViewContextALL_PARTIAL_PHASE_CLIENT_IDS, PARTIAL_EVENT_PARAM_NAME, PARTIAL_EXECUTE_PARAM_NAME, PARTIAL_RENDER_PARAM_NAME, RESET_VALUES_PARAM_NAME
- 
Constructor SummaryConstructorsConstructorDescriptionPartialViewContextImpl(FacesContext context) PartialViewContextImpl(FacesContext context, VisitContextFactory visitContextFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanvoidprocessPartial(PhaseId phaseId) process the partial response allowed phase ids according to the specvoidrelease()voidsetPartialRequest(boolean isPartialRequest) voidsetRenderAll(boolean renderAll) 
- 
Constructor Details- 
PartialViewContextImpl
- 
PartialViewContextImpl
 
- 
- 
Method Details- 
isAjaxRequestpublic boolean isAjaxRequest()- Specified by:
- isAjaxRequestin class- PartialViewContext
 
- 
isExecuteAllpublic boolean isExecuteAll()- Specified by:
- isExecuteAllin class- PartialViewContext
 
- 
isPartialRequestpublic boolean isPartialRequest()- Specified by:
- isPartialRequestin class- PartialViewContext
 
- 
isRenderAllpublic boolean isRenderAll()- Specified by:
- isRenderAllin class- PartialViewContext
 
- 
setPartialRequestpublic void setPartialRequest(boolean isPartialRequest) - Specified by:
- setPartialRequestin class- PartialViewContext
 
- 
setRenderAllpublic void setRenderAll(boolean renderAll) - Specified by:
- setRenderAllin class- PartialViewContext
 
- 
getExecuteIds- Specified by:
- getExecuteIdsin class- PartialViewContext
 
- 
getRenderIds- Specified by:
- getRenderIdsin class- PartialViewContext
 
- 
getPartialResponseWriter- Specified by:
- getPartialResponseWriterin class- PartialViewContext
 
- 
getEvalScripts- Specified by:
- getEvalScriptsin class- PartialViewContext
 
- 
processPartialprocess the partial response allowed phase ids according to the spec- Specified by:
- processPartialin class- PartialViewContext
 
- 
releasepublic void release()- Specified by:
- releasein class- PartialViewContext
 
- 
isResetValuespublic boolean isResetValues()- Overrides:
- isResetValuesin class- PartialViewContext
 
 
-