Class N2oDebugReaderV1
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<E>
-
- net.n2oapp.framework.config.reader.control.N2oStandardControlReaderV1<N2oDebug>
-
- net.n2oapp.framework.config.reader.control.N2oDebugReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oDebug>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oDebug,NamespaceReader<N2oDebug>>,ElementReader<N2oDebug>,NamespaceReader<N2oDebug>,TypedElementReader<N2oDebug>
@Component public class N2oDebugReaderV1 extends N2oStandardControlReaderV1<N2oDebug>
- Since:
- 09.11.2016
- Author:
- iryabov
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.control.N2oStandardControlReaderV1
DEFAULT_EVENT_NAMESPACE_URI
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description N2oDebugReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oDebug>getElementClass()StringgetElementName()N2oDebugread(org.jdom.Element element, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.config.reader.control.N2oStandardControlReaderV1
getControlDefinition, getControlFieldDefinition, getListFieldDefinition, getNamespaceUri, getQueryFieldDefinition, getTreeDefinition, readControlTextDefinition, readSetValueExp, readSetValues, readValidationReferences, toMap
-
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.reader.ElementReader
read
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-