Class N2oCustomCellXmlReader
- java.lang.Object
-
- net.n2oapp.framework.config.reader.widget.cell.AbstractN2oCellXmlReader<N2oCustomCell>
-
- net.n2oapp.framework.config.reader.widget.cell.N2oCustomCellXmlReader
-
- All Implemented Interfaces:
ElementClassAware<N2oCustomCell>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oCustomCell,net.n2oapp.framework.config.reader.widget.cell.N2oCellXmlReader<N2oCustomCell>>,ElementReader<N2oCustomCell>,NamespaceReader<N2oCustomCell>,TypedElementReader<N2oCustomCell>
@Component public class N2oCustomCellXmlReader extends AbstractN2oCellXmlReader<N2oCustomCell>
- 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 N2oCustomCellXmlReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oCustomCell>getElementClass()StringgetElementName()N2oCustomCellread(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 N2oCustomCell read(org.jdom.Element element)
-
getElementClass
public Class<N2oCustomCell> getElementClass()
-
-