Class AbstractN2oEventXmlReader<E extends N2oAction>
- java.lang.Object
-
- net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader<E>
-
- All Implemented Interfaces:
ElementClassAware<E>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware,ElementReader<E>,NamespaceReader<E>,TypedElementReader<E>,N2oEventXmlReader<E>
- Direct Known Subclasses:
ActionAndCloseReaderV1,AnchorReaderV1,CloseEventReaderV1,CustomReaderV1,InvokeActionReaderV1,OnClickReaderV1,OpenPageReaderV1,SetValueExpressionEventReaderV1,ShowModalFormReaderV1,ShowModalWithActionReaderV1,ValidateEventReaderV1
public abstract class AbstractN2oEventXmlReader<E extends N2oAction> extends Object implements N2oEventXmlReader<E>
Абстрактная реализация считывания эвента
-
-
Field Summary
Fields Modifier and Type Field Description protected NamespaceReaderFactoryreaderFactory
-
Constructor Summary
Constructors Constructor Description AbstractN2oEventXmlReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceUri()voidsetNamespaceUri(String namespaceUri)voidsetReaderFactory(NamespaceReaderFactory readerFactory)-
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
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
Methods inherited from interface net.n2oapp.framework.api.metadata.reader.ElementReader
read
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Field Detail
-
readerFactory
protected NamespaceReaderFactory readerFactory
-
-
Method Detail
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware
-
setNamespaceUri
public void setNamespaceUri(String namespaceUri)
- Specified by:
setNamespaceUriin interfaceNamespaceUriAware
-
setReaderFactory
public void setReaderFactory(NamespaceReaderFactory readerFactory)
- Specified by:
setReaderFactoryin interfaceReaderFactoryAware
-
-