Class PageXmlReaderV1
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<N2oStandardPage>
-
- net.n2oapp.framework.config.reader.page.PageXmlReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oStandardPage>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oStandardPage,NamespaceReader<N2oStandardPage>>,ElementReader<N2oStandardPage>,NamespaceReader<N2oStandardPage>,TypedElementReader<N2oStandardPage>
@Component public class PageXmlReaderV1 extends AbstractFactoredReader<N2oStandardPage>
Считывает страницу версии 1.0
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description PageXmlReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oStandardPage>getElementClass()StringgetElementName()StringgetNamespaceUri()N2oStandardPageread(org.jdom.Element root, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
read, setNamespaceUri, setReaderFactory
-
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.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
read
public N2oStandardPage read(org.jdom.Element root, org.jdom.Namespace namespace)
- Specified by:
readin classAbstractFactoredReader<N2oStandardPage>
-
getElementClass
public Class<N2oStandardPage> getElementClass()
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Overrides:
getNamespaceUriin classAbstractFactoredReader<N2oStandardPage>
-
getElementName
public String getElementName()
-
-