Interface N2oEventXmlReader<E extends N2oAction>
-
- All Superinterfaces:
ElementClassAware<E>,ElementNameAware,ElementReader<E>,NamespaceReader<E>,NamespaceUriAware,ReaderFactoryAware,TypedElementReader<E>
- All Known Implementing Classes:
AbstractN2oEventXmlReader,ActionAndCloseReaderV1,AnchorReaderV1,CloseEventReaderV1,CustomReaderV1,InvokeActionReaderV1,OnClickReaderV1,OpenPageReaderV1,SetValueExpressionEventReaderV1,ShowModalFormReaderV1,ShowModalWithActionReaderV1,ValidateEventReaderV1
public interface N2oEventXmlReader<E extends N2oAction> extends NamespaceReader<E>, ReaderFactoryAware
- Since:
- 01.03.2016
- Author:
- rgalina
-
-
Method Summary
-
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, getNamespaceUri, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ReaderFactoryAware
setReaderFactory
-
-