Class AbstractActionElementIOV2<T extends N2oAbstractAction>
java.lang.Object
net.n2oapp.framework.config.io.action.v2.AbstractActionElementIOV2<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ActionIOv2
- Direct Known Subclasses:
AbstractMetaActionElementIOV2,AbstractOpenPageElementIOV2,AlertActionElementIOV2,AnchorElementIOV2,ClearActionElementIOV2,CloseActionElementIOV2,ConditionBranchElementIOV2,ConfirmActionElementIOV2,CopyActionElementIOV2,EditListActionElementIOV2,OnFailActionElementIOV2,PrintActionElementIOV2,RefreshActionElementIOV2,SetValueElementIOV2,SubmitActionElementIOV2,SwitchActionElementIOV2
@Component
public abstract class AbstractActionElementIOV2<T extends N2oAbstractAction>
extends Object
implements NamespaceIO<T>, ActionIOv2
Чтение\запись абстрактного действия версии 2.0
-
Field Summary
Fields inherited from interface net.n2oapp.framework.config.io.action.v2.ActionIOv2
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.v2.ActionIOv2
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
-
AbstractActionElementIOV2
public AbstractActionElementIOV2()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oAbstractAction>
-