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 Summary- 
Fields 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 Constructor Description PartialViewContextWrapper()Deprecated.PartialViewContextWrapper(PartialViewContext delegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getEvalScripts()Collection<String>getExecuteIds()PartialResponseWritergetPartialResponseWriter()Collection<String>getRenderIds()PartialViewContextgetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.booleanisAjaxRequest()booleanisExecuteAll()booleanisPartialRequest()booleanisRenderAll()booleanisResetValues()voidprocessPartial(PhaseId phaseId)voidrelease()voidsetPartialRequest(boolean isPartialRequest)voidsetRenderAll(boolean renderAll)
 
- 
- 
- 
Constructor Detail- 
PartialViewContextWrapper@Deprecated public PartialViewContextWrapper() Deprecated.
 - 
PartialViewContextWrapperpublic PartialViewContextWrapper(PartialViewContext delegate) 
 
- 
 - 
Method Detail- 
getExecuteIdspublic Collection<String> getExecuteIds() - Specified by:
- getExecuteIdsin class- PartialViewContext
 
 - 
getPartialResponseWriterpublic PartialResponseWriter getPartialResponseWriter() - Specified by:
- getPartialResponseWriterin class- PartialViewContext
 
 - 
getRenderIdspublic Collection<String> getRenderIds() - Specified by:
- getRenderIdsin class- PartialViewContext
 
 - 
getWrappedpublic PartialViewContext getWrapped() Description 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
 
 - 
processPartialpublic void processPartial(PhaseId phaseId) - 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
 
 - 
getEvalScriptspublic List<String> getEvalScripts() - Specified by:
- getEvalScriptsin class- PartialViewContext
 
 
- 
 
-