Class N2oIconCellXmlReader
- java.lang.Object
-
- net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader<N2oIconCell>
-
- net.n2oapp.framework.config.reader.widget.cell.N2oIconCellXmlReader
-
- All Implemented Interfaces:
ElementClassAware<N2oIconCell>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oIconCell,net.n2oapp.framework.config.reader.widget.cell.N2oCellXmlReader<N2oIconCell>>,ElementReader<N2oIconCell>,NamespaceReader<N2oIconCell>,TypedElementReader<N2oIconCell>
@Component public class N2oIconCellXmlReader extends AbstractN2oCellXmlReader<N2oIconCell>
- Since:
- 01.03.2016
- Author:
- rgalina
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader
DEFAULT_EVENT_NAMESPACE_URI, readerFactory
-
-
Constructor Summary
Constructors Constructor Description N2oIconCellXmlReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oIconCell>getElementClass()StringgetElementName()N2oIconCellread(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 N2oIconCell read(org.jdom.Element element)
-
getElementClass
public Class<N2oIconCell> getElementClass()
-
-