Class AbstractOpenPageElementIOV1<T extends N2oAbstractPageAction>
- java.lang.Object
-
- net.n2oapp.framework.config.io.action.AbstractActionElementIOV1<T>
-
- net.n2oapp.framework.config.io.action.AbstractOpenPageElementIOV1<T>
-
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ActionIOv1
- Direct Known Subclasses:
OpenPageElementIOV1,ShowModalElementIOV1
public abstract class AbstractOpenPageElementIOV1<T extends N2oAbstractPageAction> extends AbstractActionElementIOV1<T>
Абстрактная реализация чтения/записи действия открытия старницы или модального окна
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description AbstractOpenPageElementIOV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidio(org.jdom.Element e, T op, IOProcessor p)-
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.config.io.action.ActionIOv1
getBaseElementClass, getNamespace, getNamespaceUri
-
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.aware.NamespaceUriAware
getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, T op, IOProcessor p)- Specified by:
ioin interfaceElementIO<T extends N2oAbstractPageAction>- Overrides:
ioin classAbstractActionElementIOV1<T extends N2oAbstractPageAction>
-
-