Interface XmlDataProvider
-
- All Known Implementing Classes:
CustomXmlDataProvider,DefaultXmlDataProvider,LocalizedXmlDataProvider
public interface XmlDataProviderHelper 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 classXmlDataProvider.ROW_TYPErow type - e.g.static classXmlDataProvider.SECTION_TYPEsection type - e.g.static classXmlDataProvider.TABLE_COLUMN_TYPEtable column type - e.g.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgenerateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)Generates xml representation of given section configurationjava.lang.ObjectgenerateAsXml(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
-
-