Class TreeXmlReaderV3
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<E>
-
- net.n2oapp.framework.config.reader.widget.widget3.WidgetBaseXmlReaderV3<N2oWidget>
-
- net.n2oapp.framework.config.reader.widget.widget3.TreeXmlReaderV3
-
- All Implemented Interfaces:
ElementClassAware<N2oWidget>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oWidget,NamespaceReader<N2oWidget>>,ElementReader<N2oWidget>,NamespaceReader<N2oWidget>,TypedElementReader<N2oWidget>
@Component public class TreeXmlReaderV3 extends WidgetBaseXmlReaderV3<N2oWidget>
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description TreeXmlReaderV3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oWidget>getElementClass()StringgetElementName()N2oWidgetread(org.jdom.Element element, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.config.reader.widget.widget3.WidgetBaseXmlReaderV3
getNamespaceUri, readRef, readWidgetDefinition, setReaderFactory
-
Methods inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
read, setNamespaceUri
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-