Package de.xima.fc.mdl.form
Class FormRenderRequest
java.lang.Object
de.xima.fc.mdl.form.FormRenderRequest
- All Implemented Interfaces:
Serializable
Class with request-data for an form-render-request
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormRenderRequest
(IFormRequestContext formRequestContext, boolean countFormCall, boolean executePreRenderer) Deprecated.FormRenderRequest
(IFormRequestContext formRequestContext, boolean countFormCall, boolean executePreRenderer, boolean forceInline) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setCountFormCall
(boolean countFormCall) void
setExecutePreRenderer
(boolean executePreRenderer) void
setRequestContext
(IFormRequestContext requestContext)
-
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
-
setRequestContext
-
isExecutePreRenderer
public boolean isExecutePreRenderer() -
setExecutePreRenderer
public void setExecutePreRenderer(boolean executePreRenderer) -
isCountFormCall
public boolean isCountFormCall() -
setCountFormCall
public void setCountFormCall(boolean countFormCall) -
isForceInline
public boolean isForceInline()
-
FormRenderRequest(IFormRequestContext, boolean, boolean, boolean)