Class SimplePageElementIOv2
- java.lang.Object
-
- net.n2oapp.framework.config.io.page.SimplePageElementIOv2
-
- All Implemented Interfaces:
ElementClassAware<N2oSimplePage>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oSimplePage>,ElementIO<N2oSimplePage>,NamedElementIO<N2oSimplePage>,NamespaceIO<N2oSimplePage>,TypedElementIO<N2oSimplePage>
@Component public class SimplePageElementIOv2 extends Object implements NamespaceIO<N2oSimplePage>
Чтение\запись страницы с одним виджетом версии 2.0
-
-
Constructor Summary
Constructors Constructor Description SimplePageElementIOv2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oSimplePage>getElementClass()StringgetElementName()StringgetNamespaceUri()voidio(org.jdom.Element e, N2oSimplePage m, IOProcessor p)N2oSimplePagenewInstance(org.jdom.Element element)voidsetWidgetDefaultNamespace(String widgetDefaultNamespace)-
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.jdom.Element e, N2oSimplePage m, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oSimplePage>
-
getElementClass
public Class<N2oSimplePage> getElementClass()
- Specified by:
getElementClassin interfaceElementClassAware<N2oSimplePage>
-
newInstance
public N2oSimplePage newInstance(org.jdom.Element element)
- Specified by:
newInstancein interfaceElementClassAware<N2oSimplePage>
-
getElementName
public String getElementName()
- Specified by:
getElementNamein interfaceElementNameAware
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware
-
setWidgetDefaultNamespace
public void setWidgetDefaultNamespace(String widgetDefaultNamespace)
-
-