Class CustomReaderV1
- java.lang.Object
-
- net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader<N2oCustomAction>
-
- net.n2oapp.framework.config.reader.event.CustomReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oCustomAction>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware,ElementReader<N2oCustomAction>,NamespaceReader<N2oCustomAction>,TypedElementReader<N2oCustomAction>,N2oEventXmlReader<N2oCustomAction>
@Component public class CustomReaderV1 extends AbstractN2oEventXmlReader<N2oCustomAction>
Считывание переопределенного эвента
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader
readerFactory
-
-
Constructor Summary
Constructors Constructor Description CustomReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oCustomAction>getElementClass()StringgetElementName()N2oCustomActionread(org.jdom.Element element)-
Methods inherited from class net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader
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
-
read
public N2oCustomAction read(org.jdom.Element element)
-
getElementClass
public Class<N2oCustomAction> getElementClass()
-
getElementName
public String getElementName()
-
-