config - an instance of the BaseConfiguration class which
internal parameters will be represented as a XML sub-tree.
elem - this is the part of the XML tree where the config object's XML
representation will be attached to.
Throws:
java.lang.Exception - in case the tag name of the provided XML element is not
recognized as a valid name which is used for configuration
object representation as a XML.
getList
public void getList(org.w3c.dom.Element p,
java.util.List<java.lang.String> list,
java.lang.String tag)
throws java.lang.Exception
Throws:
java.lang.Exception
setList
public void setList(org.w3c.dom.Element p,
java.util.List<java.lang.String> list,
java.lang.String tag)
throws java.lang.Exception
Throws:
java.lang.Exception
getMap
public java.util.Map<java.lang.String,java.lang.String> getMap(org.w3c.dom.Element p,
java.lang.String tag)
throws java.lang.Exception
Throws:
java.lang.Exception
setMap
public void setMap(org.w3c.dom.Element p,
java.util.Map<java.lang.String,java.lang.String> map,
java.lang.String tag)
throws java.lang.Exception
Throws:
java.lang.Exception
getSection
public FormSectiongetSection(org.w3c.dom.Element elem)
throws java.lang.Exception
Throws:
java.lang.Exception
setSection
public void setSection(org.w3c.dom.Element p,
FormSection section)
throws java.lang.Exception