Class XFormRenderContext

    • Constructor Detail

      • XFormRenderContext

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

      • 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.