Class ShowModalWithActionReaderV1
- java.lang.Object
-
- net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader<N2oShowModal>
-
- net.n2oapp.framework.config.reader.event.ShowModalWithActionReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oShowModal>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware,ElementReader<N2oShowModal>,NamespaceReader<N2oShowModal>,TypedElementReader<N2oShowModal>,N2oEventXmlReader<N2oShowModal>
@Component public class ShowModalWithActionReaderV1 extends AbstractN2oEventXmlReader<N2oShowModal>
Считывает show-modal из xml-файла
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader
readerFactory
-
-
Constructor Summary
Constructors Constructor Description ShowModalWithActionReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oShowModal>getElementClass()StringgetElementName()N2oShowModalread(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 N2oShowModal read(org.jdom.Element element)
-
getElementClass
public Class<N2oShowModal> getElementClass()
-
getElementName
public String getElementName()
-
-