Class PartialViewContextImpl
java.lang.Object
jakarta.faces.context.PartialViewContext
org.apache.myfaces.context.servlet.PartialViewContextImpl
-
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
ConstructorsConstructorDescriptionPartialViewContextImpl
(FacesContext context) PartialViewContextImpl
(FacesContext context, VisitContextFactory visitContextFactory) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
void
processPartial
(PhaseId phaseId) process the partial response allowed phase ids according to the specvoid
release()
void
setPartialRequest
(boolean isPartialRequest) void
setRenderAll
(boolean renderAll)
-
Constructor Details
-
PartialViewContextImpl
-
PartialViewContextImpl
-
-
Method Details
-
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
-
setPartialRequest
public void setPartialRequest(boolean isPartialRequest) - Specified by:
setPartialRequest
in classPartialViewContext
-
setRenderAll
public void setRenderAll(boolean renderAll) - Specified by:
setRenderAll
in classPartialViewContext
-
getExecuteIds
- Specified by:
getExecuteIds
in classPartialViewContext
-
getRenderIds
- Specified by:
getRenderIds
in classPartialViewContext
-
getPartialResponseWriter
- Specified by:
getPartialResponseWriter
in classPartialViewContext
-
getEvalScripts
- Specified by:
getEvalScripts
in classPartialViewContext
-
processPartial
process the partial response allowed phase ids according to the spec- Specified by:
processPartial
in classPartialViewContext
-
release
public void release()- Specified by:
release
in classPartialViewContext
-
isResetValues
public boolean isResetValues()- Overrides:
isResetValues
in classPartialViewContext
-