Package de.xima.fc.form.common.models
Class XFormRenderContext
java.lang.Object
de.xima.fc.form.common.models.XFormRenderContext
- All Implemented Interfaces:
IXFormRenderContext
Default POJO implementation of
IXFormRenderConfig
.- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new POJO instance with an empty form request session attribute map. -
Method Summary
Modifier and TypeMethodDescriptionReturns a map with the current attributes from the form request session.
-
Constructor Details
-
XFormRenderContext
public XFormRenderContext()Creates a new POJO instance with an empty form request session attribute map.
-
-
Method Details
-
getFRQSessionAttributes
Description copied from interface:IXFormRenderContext
Returns a map with the current attributes from the form request session. You may modify the data in this map, any modifications will be applied to the form request session.- Specified by:
getFRQSessionAttributes
in interfaceIXFormRenderContext
- Returns:
- A map with the attributes from the current form request session.
-