Package de.xima.fc.form.common.models
Interface IXFormRenderContext
- All Known Implementing Classes:
XFormRenderContext
public interface IXFormRenderContext
Interface for context that exists during the render of the form. Contains the render-specific data for the form
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionReturns a map with the current attributes from the form request session.
-
Method Details
-
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.
-