Class AnchorElementIOV1
- java.lang.Object
-
- net.n2oapp.framework.config.io.action.AbstractActionElementIOV1<N2oAnchor>
-
- net.n2oapp.framework.config.io.action.AnchorElementIOV1
-
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<N2oAnchor>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oAnchor>,ElementIO<N2oAnchor>,NamedElementIO<N2oAnchor>,NamespaceIO<N2oAnchor>,TypedElementIO<N2oAnchor>,ActionIOv1
@Component public class AnchorElementIOV1 extends AbstractActionElementIOV1<N2oAnchor>
Чтение/запись действия открытия страницы браузера
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description AnchorElementIOV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oAnchor>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oAnchor a, IOProcessor p)-
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
-
-