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.PartialViewContext
ALL_PARTIAL_PHASE_CLIENT_IDS, PARTIAL_EVENT_PARAM_NAME, PARTIAL_EXECUTE_PARAM_NAME, PARTIAL_RENDER_PARAM_NAME, RESET_VALUES_PARAM_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA class that implements this interface uses this method to return an instance of the class being wrapped.boolean
boolean
boolean
boolean
boolean
void
processPartial
(PhaseId phaseId) void
release()
void
setPartialRequest
(boolean isPartialRequest) void
setRenderAll
(boolean renderAll)
-
Constructor Details
-
PartialViewContextWrapper
Deprecated. -
PartialViewContextWrapper
-
-
Method Details
-
getExecuteIds
- Specified by:
getExecuteIds
in classPartialViewContext
-
getPartialResponseWriter
- Specified by:
getPartialResponseWriter
in classPartialViewContext
-
getRenderIds
- Specified by:
getRenderIds
in classPartialViewContext
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<PartialViewContext>
- Returns:
- the instance of the class being wrapped
-
isAjaxRequest
public boolean isAjaxRequest()- Specified by:
isAjaxRequest
in classPartialViewContext
-
isExecuteAll
public boolean isExecuteAll()- Specified by:
isExecuteAll
in classPartialViewContext
-
isPartialRequest
public boolean isPartialRequest()- Specified by:
isPartialRequest
in classPartialViewContext
-
isRenderAll
public boolean isRenderAll()- Specified by:
isRenderAll
in classPartialViewContext
-
processPartial
- Specified by:
processPartial
in classPartialViewContext
-
release
public void release()- Specified by:
release
in classPartialViewContext
-
setRenderAll
public void setRenderAll(boolean renderAll) - Specified by:
setRenderAll
in classPartialViewContext
-
isResetValues
public boolean isResetValues()- Overrides:
isResetValues
in classPartialViewContext
- Returns:
-
setPartialRequest
public void setPartialRequest(boolean isPartialRequest) - Specified by:
setPartialRequest
in classPartialViewContext
-
getEvalScripts
- Specified by:
getEvalScripts
in classPartialViewContext
-