Package de.xima.fc.form.common.models
Class XFormRenderContext
- java.lang.Object
 - 
- de.xima.fc.form.common.models.XFormRenderContext
 
 
- 
- All Implemented Interfaces:
 IXFormRenderContext
public class XFormRenderContext extends Object implements IXFormRenderContext
Default POJO implementation ofIXFormRenderConfig.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description XFormRenderContext()Creates a new POJO instance with an empty form request session attribute map. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Serializable,Serializable>getFRQSessionAttributes()Returns a map with the current attributes from the form request session. 
 - 
 
- 
- 
Method Detail
- 
getFRQSessionAttributes
public Map<Serializable,Serializable> getFRQSessionAttributes()
Description copied from interface:IXFormRenderContextReturns 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:
 getFRQSessionAttributesin interfaceIXFormRenderContext- Returns:
 - A map with the attributes from the current form request session.
 
 
 - 
 
 -