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