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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
XmlDataProvider.ROW_TYPE
row type - e.g.static class
XmlDataProvider.SECTION_TYPE
section type - e.g.static class
XmlDataProvider.TABLE_COLUMN_TYPE
table column type - e.g.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
Generates xml representation of given section configurationjava.lang.Object
generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
Generates xml representation of given section configuration
-
-
-
Method Detail
-
generateAsXml
java.lang.Object generateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj)
Generates xml representation of given section configuration- Parameters:
editorSection
- current sectioncurObj
- current object displayed in editor area
-
generateAsXml
java.lang.Object generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
Generates xml representation of given section configuration- Parameters:
editorRow
- current sectioncurObj
- current object displayed in editor area
-
-