Class StandardPageElementIOv2
- java.lang.Object
-
- net.n2oapp.framework.config.io.page.BasePageElementIOv2<N2oStandardPage>
-
- net.n2oapp.framework.config.io.page.StandardPageElementIOv2
-
- All Implemented Interfaces:
ElementClassAware<N2oStandardPage>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oStandardPage>,ElementIO<N2oStandardPage>,NamedElementIO<N2oStandardPage>,NamespaceIO<N2oStandardPage>,TypedElementIO<N2oStandardPage>
@Component public class StandardPageElementIOv2 extends BasePageElementIOv2<N2oStandardPage>
Чтение\запись страницы версии 2.0
-
-
Constructor Summary
Constructors Constructor Description StandardPageElementIOv2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<N2oStandardPage>getElementClass()java.lang.StringgetElementName()voidio(org.jdom2.Element e, N2oStandardPage m, IOProcessor p)N2oStandardPagenewInstance(org.jdom2.Element element)-
Methods inherited from class net.n2oapp.framework.config.io.page.BasePageElementIOv2
getNamespaceUri, getRegionDefaultNamespace, setRegionDefaultNamespace
-
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.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
io
public void io(org.jdom2.Element e, N2oStandardPage m, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oStandardPage>- Overrides:
ioin classBasePageElementIOv2<N2oStandardPage>
-
getElementClass
public java.lang.Class<N2oStandardPage> getElementClass()
-
newInstance
public N2oStandardPage newInstance(org.jdom2.Element element)
-
getElementName
public java.lang.String getElementName()
-
-