Class AbstractActionElementIOV1<T extends N2oAbstractAction>
- java.lang.Object
-
- net.n2oapp.framework.config.io.action.AbstractActionElementIOV1<T>
-
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ActionIOv1
- Direct Known Subclasses:
AbstractOpenPageElementIOV1,AnchorElementIOV1,ClearActionElementIOV1,CloseActionElementIOV1,CopyActionElementIOV1,CustomActionIOv1,InvokeActionElementIOV1,N2oValidateActionElementIOV1,SetValueElementIOV1
@Component public abstract class AbstractActionElementIOV1<T extends N2oAbstractAction> extends Object implements NamespaceIO<T>, ActionIOv1
Чтение\запись абстрактного действия
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description AbstractActionElementIOV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidio(org.jdom.Element e, T a, 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 a, IOProcessor p)- Specified by:
ioin interfaceElementIO<T extends N2oAbstractAction>
-
-