Class SimpleMenuReader
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<N2oSimpleMenu>
-
- net.n2oapp.framework.config.metadata.compile.menu.SimpleMenuReader
-
- All Implemented Interfaces:
ElementClassAware<N2oSimpleMenu>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oSimpleMenu,NamespaceReader<N2oSimpleMenu>>,ElementReader<N2oSimpleMenu>,NamespaceReader<N2oSimpleMenu>,TypedElementReader<N2oSimpleMenu>
public class SimpleMenuReader extends AbstractFactoredReader<N2oSimpleMenu>
Read simple menu- Since:
- 13.04.2017
- Author:
- igafurov
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description SimpleMenuReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oSimpleMenu>getElementClass()StringgetElementName()StringgetNamespaceUri()N2oSimpleMenuread(org.jdom.Element element, 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
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Overrides:
getNamespaceUriin classAbstractFactoredReader<N2oSimpleMenu>
-
read
public N2oSimpleMenu read(org.jdom.Element element, org.jdom.Namespace namespace)
- Specified by:
readin classAbstractFactoredReader<N2oSimpleMenu>
-
getElementClass
public Class<N2oSimpleMenu> getElementClass()
-
getElementName
public String getElementName()
-
-