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,InvokeActionElementIOV1,PrintActionElementIOV1,RefreshActionElementIOV1,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 -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
getBaseElementClass, getNamespace, getNamespaceUriMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
Constructor Details
-
AbstractActionElementIOV1
public AbstractActionElementIOV1()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oAbstractAction>
-