Class CustomActionIOv1
- java.lang.Object
-
- net.n2oapp.framework.config.io.action.AbstractActionElementIOV1<N2oCustomAction>
-
- net.n2oapp.framework.config.io.action.CustomActionIOv1
-
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<N2oCustomAction>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oCustomAction>,ElementIO<N2oCustomAction>,NamedElementIO<N2oCustomAction>,NamespaceIO<N2oCustomAction>,TypedElementIO<N2oCustomAction>,ActionIOv1
@Component public class CustomActionIOv1 extends AbstractActionElementIOV1<N2oCustomAction>
Чтение/запись кастомного обработчика действий
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description CustomActionIOv1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oCustomAction>getElementClass()StringgetElementName()-
Methods inherited from class net.n2oapp.framework.config.io.action.AbstractActionElementIOV1
io
-
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
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getElementName
public String getElementName()
-
getElementClass
public Class<N2oCustomAction> getElementClass()
-
-