Package de.xima.fc.form.common.models
Interface IXFormRenderContext
- 
- All Known Implementing Classes:
 XFormRenderContext
public interface IXFormRenderContextInterface for context that exists during the render of the form. Contains the render-specific data for the form- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract 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
Map<Serializable,Serializable> getFRQSessionAttributes()
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.- Returns:
 - A map with the attributes from the current form request session.
 
 
 - 
 
 -