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
  • Constructor Details

    • AbstractActionElementIOV2

      public AbstractActionElementIOV2()
  • Method Details