Class N2oBadgeXmlReader
- java.lang.Object
-
- net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader<N2oBadgeCell>
-
- net.n2oapp.framework.config.reader.widget.cell.N2oBadgeXmlReader
-
- All Implemented Interfaces:
ElementClassAware<N2oBadgeCell>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oBadgeCell,net.n2oapp.framework.config.reader.widget.cell.N2oCellXmlReader<N2oBadgeCell>>,ElementReader<N2oBadgeCell>,NamespaceReader<N2oBadgeCell>,TypedElementReader<N2oBadgeCell>
@Component public class N2oBadgeXmlReader extends AbstractN2oCellXmlReader<N2oBadgeCell>
- Author:
- V. Alexeev.
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader
DEFAULT_EVENT_NAMESPACE_URI, readerFactory
-
-
Constructor Summary
Constructors Constructor Description N2oBadgeXmlReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oBadgeCell>getElementClass()StringgetElementName()N2oBadgeCellread(org.jdom.Element element)-
Methods inherited from class net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader
getNamespaceUri, setNamespaceUri, setReaderFactory
-
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
-
-
-
-
Method Detail
-
getElementName
public String getElementName()
-
read
public N2oBadgeCell read(org.jdom.Element element)
-
getElementClass
public Class<N2oBadgeCell> getElementClass()
-
-