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 ClassesModifier and TypeInterfaceDescriptionstatic enumrow type - e.g.static enumsection type - e.g.static enumtable column type - e.g. -
Method Summary
Modifier and TypeMethodDescriptiongenerateAsXml(EditorRowConfiguration editorRow, TypedObject curObj) Generates xml representation of given section configurationgenerateAsXml(EditorSectionConfiguration editorSection, TypedObject curObj) Generates xml representation of given section configuration
-
Method Details
-
generateAsXml
Generates xml representation of given section configuration- Parameters:
editorSection- current sectioncurObj- current object displayed in editor area
-
generateAsXml
Generates xml representation of given section configuration- Parameters:
editorRow- current sectioncurObj- current object displayed in editor area
-