Package de.xima.fc.mdl.form
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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FormRenderRequest(IFormRequestContext formRequestContext, boolean countFormCall, boolean executePreRenderer)FormRenderRequest(IFormRequestContext formRequestContext, boolean countFormCall, boolean executePreRenderer, boolean forceInline) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFormRequestContextgetRequestContext()booleanisCountFormCall()booleanisExecutePreRenderer()booleanisForceInline()voidsetCountFormCall(boolean countFormCall)voidsetExecutePreRenderer(boolean executePreRenderer)voidsetRequestContext(IFormRequestContext requestContext) 
 - 
 
- 
- 
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.
 
- 
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 Detail
- 
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()
 
 - 
 
 -