Class AbstractAction<O extends ActionOptions>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.action.AbstractAction<O>
-
- All Implemented Interfaces:
Serializable,IdAware,PropertiesAware,SrcAware,Compiled,Action
- Direct Known Subclasses:
AbstractReduxAction,CustomAction,LinkAction
public abstract class AbstractAction<O extends ActionOptions> extends Object implements Action
Абстрактная реализация клиентской модели действия- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractAction(O options)
-
Method Summary
-
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.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-
-
-
Constructor Detail
-
AbstractAction
public AbstractAction(O options)
-
-