Interface XmlDataProvider

All Known Implementing Classes:
CustomXmlDataProvider, DefaultXmlDataProvider, LocalizedXmlDataProvider

public interface XmlDataProvider
Helper class which handles generation of xml representation editor area objects for printing purposes.
Spring Bean ID:
xmlDataProvider
  • Method Details

    • generateAsXml

      Object generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
      Generates xml representation of given section configuration
      Parameters:
      editorSection - current section
      curObj - current object displayed in editor area
    • generateAsXml

      Object generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
      Generates xml representation of given section configuration
      Parameters:
      editorRow - current section
      curObj - current object displayed in editor area