Class FormRenderRequest

    • Constructor Detail

      • FormRenderRequest

        public FormRenderRequest​(IFormRequestContext formRequestContext,
                                 boolean countFormCall,
                                 boolean executePreRenderer,
                                 boolean forceInline)
        Parameters:
        formRequestContext - The current form request context.
        countFormCall - Whether to include this form call in the statistics.
        executePreRenderer - Whether to execute pre-render plugins.
        forceInline - Whether the form is rendered inline.
    • Method Detail

      • isExecutePreRenderer

        public boolean isExecutePreRenderer()
      • setExecutePreRenderer

        public void setExecutePreRenderer​(boolean executePreRenderer)
      • isCountFormCall

        public boolean isCountFormCall()
      • setCountFormCall

        public void setCountFormCall​(boolean countFormCall)
      • isForceInline

        public boolean isForceInline()