Class WidgetBaseXmlReaderV3<E extends N2oWidget>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<E>
-
- net.n2oapp.framework.config.reader.widget.widget3.WidgetBaseXmlReaderV3<E>
-
- All Implemented Interfaces:
ElementClassAware<E>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<E,NamespaceReader<E>>,ElementReader<E>,NamespaceReader<E>,TypedElementReader<E>
- Direct Known Subclasses:
AbstractTableXmlReaderV3,CustomWidgetXmlReaderV3,FormXmlReaderV3,HtmlWidgetXmlReaderV3,N2oChartReaderV3,TreeXmlReaderV3,WizardXmlReaderV3
public abstract class WidgetBaseXmlReaderV3<E extends N2oWidget> extends AbstractFactoredReader<E>
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description WidgetBaseXmlReaderV3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceUri()protected voidreadRef(org.jdom.Element element, N2oWidget widget)protected voidreadWidgetDefinition(org.jdom.Element widget, org.jdom.Namespace namespace, N2oWidget n2oWidget)voidsetReaderFactory(NamespaceReaderFactory readerFactory)-
Methods inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
read, 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
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
setReaderFactory
public void setReaderFactory(NamespaceReaderFactory readerFactory)
- Specified by:
setReaderFactoryin interfaceReaderFactoryAware<E extends N2oWidget,NamespaceReader<E extends N2oWidget>>- Overrides:
setReaderFactoryin classAbstractFactoredReader<E extends N2oWidget>
-
readWidgetDefinition
protected void readWidgetDefinition(org.jdom.Element widget, org.jdom.Namespace namespace, N2oWidget n2oWidget)
-
readRef
protected void readRef(org.jdom.Element element, N2oWidget widget)
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Overrides:
getNamespaceUriin classAbstractFactoredReader<E extends N2oWidget>
-
-