Class FormRenderRequest

java.lang.Object
de.xima.fc.mdl.form.FormRenderRequest
All Implemented Interfaces:
Serializable

public class FormRenderRequest extends Object implements Serializable
Class with request-data for an form-render-request
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • 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.
    • FormRenderRequest

      @Deprecated public FormRenderRequest(IFormRequestContext formRequestContext, boolean countFormCall, boolean executePreRenderer)
      Parameters:
      formRequestContext - The current form request context.
      countFormCall - Whether to include this form call in the statistics.
      executePreRenderer - Whether to execute pre-render plugins.
  • Method Details

    • getRequestContext

      public IFormRequestContext getRequestContext()
    • setRequestContext

      public void setRequestContext(IFormRequestContext requestContext)
    • isExecutePreRenderer

      public boolean isExecutePreRenderer()
    • setExecutePreRenderer

      public void setExecutePreRenderer(boolean executePreRenderer)
    • isCountFormCall

      public boolean isCountFormCall()
    • setCountFormCall

      public void setCountFormCall(boolean countFormCall)
    • isForceInline

      public boolean isForceInline()