Package jakarta.faces.context
Class PartialViewContextWrapper
java.lang.Object
jakarta.faces.context.PartialViewContext
jakarta.faces.context.PartialViewContextWrapper
- All Implemented Interfaces:
- FacesWrapper<PartialViewContext>
public abstract class PartialViewContextWrapper
extends PartialViewContext
implements FacesWrapper<PartialViewContext>
- Since:
- 2.0
- 
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionA class that implements this interface uses this method to return an instance of the class being wrapped.booleanbooleanbooleanbooleanbooleanvoidprocessPartial(PhaseId phaseId) voidrelease()voidsetPartialRequest(boolean isPartialRequest) voidsetRenderAll(boolean renderAll) 
- 
Constructor Details- 
PartialViewContextWrapperDeprecated.
- 
PartialViewContextWrapper
 
- 
- 
Method Details- 
getExecuteIds- Specified by:
- getExecuteIdsin class- PartialViewContext
 
- 
getPartialResponseWriter- Specified by:
- getPartialResponseWriterin class- PartialViewContext
 
- 
getRenderIds- Specified by:
- getRenderIdsin class- PartialViewContext
 
- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<PartialViewContext>
- Returns:
- the instance of the class being wrapped
 
- 
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
 
- 
processPartial- Specified by:
- processPartialin class- PartialViewContext
 
- 
releasepublic void release()- Specified by:
- releasein class- PartialViewContext
 
- 
setRenderAllpublic void setRenderAll(boolean renderAll) - Specified by:
- setRenderAllin class- PartialViewContext
 
- 
isResetValuespublic boolean isResetValues()- Overrides:
- isResetValuesin class- PartialViewContext
- Returns:
 
- 
setPartialRequestpublic void setPartialRequest(boolean isPartialRequest) - Specified by:
- setPartialRequestin class- PartialViewContext
 
- 
getEvalScripts- Specified by:
- getEvalScriptsin class- PartialViewContext
 
 
-