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 of IXFormRenderConfig.
Author:
XIMA MEDIA GmbH
  • Constructor Details

    • XFormRenderContext

      public XFormRenderContext()
      Creates a new POJO instance with an empty form request session attribute map.
  • Method Details

    • getFRQSessionAttributes

      public Map<Serializable,Serializable> 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 interface IXFormRenderContext
      Returns:
      A map with the attributes from the current form request session.