Class ActionAndCloseReaderV1
- java.lang.Object
-
- net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader<N2oActionAndClose>
-
- net.n2oapp.framework.config.reader.event.ActionAndCloseReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oActionAndClose>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware,ElementReader<N2oActionAndClose>,NamespaceReader<N2oActionAndClose>,TypedElementReader<N2oActionAndClose>,N2oEventXmlReader<N2oActionAndClose>
@Component public class ActionAndCloseReaderV1 extends AbstractN2oEventXmlReader<N2oActionAndClose>
Reader для события
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader
readerFactory
-
-
Constructor Summary
Constructors Constructor Description ActionAndCloseReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oActionAndClose>getElementClass()StringgetElementName()N2oActionAndCloseread(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 N2oActionAndClose read(org.jdom.Element element)
-
getElementClass
public Class<N2oActionAndClose> getElementClass()
-
getElementName
public String getElementName()
-
-