Class FlowPartialViewContext

java.lang.Object
jakarta.faces.context.PartialViewContext
jakarta.faces.context.PartialViewContextWrapper
org.springframework.faces.webflow.FlowPartialViewContext
All Implemented Interfaces:
jakarta.faces.FacesWrapper<jakarta.faces.context.PartialViewContext>

public class FlowPartialViewContext extends jakarta.faces.context.PartialViewContextWrapper
Web Flow PartialViewContext implementation allowing IDs for partial rendering to be specified from the server-side. This is done in a flow definition with the <render fragments="..." /> action.
Author:
Rossen Stoyanchev
  • 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
    Constructor
    Description
    FlowPartialViewContext(jakarta.faces.context.PartialViewContext wrapped)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    jakarta.faces.context.PartialViewContext
     
    void
    setPartialRequest(boolean isPartialRequest)
     

    Methods inherited from class jakarta.faces.context.PartialViewContextWrapper

    getEvalScripts, getExecuteIds, getPartialResponseWriter, isAjaxRequest, isExecuteAll, isPartialRequest, isRenderAll, isResetValues, processPartial, release, setRenderAll

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FlowPartialViewContext

      public FlowPartialViewContext(jakarta.faces.context.PartialViewContext wrapped)
  • Method Details

    • getWrapped

      public jakarta.faces.context.PartialViewContext getWrapped()
      Specified by:
      getWrapped in interface jakarta.faces.FacesWrapper<jakarta.faces.context.PartialViewContext>
      Overrides:
      getWrapped in class jakarta.faces.context.PartialViewContextWrapper
    • setPartialRequest

      public void setPartialRequest(boolean isPartialRequest)
      Overrides:
      setPartialRequest in class jakarta.faces.context.PartialViewContextWrapper
    • getRenderIds

      public Collection<String> getRenderIds()
      Overrides:
      getRenderIds in class jakarta.faces.context.PartialViewContextWrapper