Class N2oCodeEditorXmlReaderV1
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<E>
-
- net.n2oapp.framework.config.reader.control.N2oStandardControlReaderV1<N2oCodeEditor>
-
- net.n2oapp.framework.config.reader.control.N2oCodeEditorXmlReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oCodeEditor>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oCodeEditor,NamespaceReader<N2oCodeEditor>>,ElementReader<N2oCodeEditor>,NamespaceReader<N2oCodeEditor>,TypedElementReader<N2oCodeEditor>
@Component public class N2oCodeEditorXmlReaderV1 extends N2oStandardControlReaderV1<N2oCodeEditor>
-
-
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 N2oCodeEditorXmlReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oCodeEditor>getElementClass()StringgetElementName()N2oCodeEditorread(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
-
-
-
-
Method Detail
-
read
public N2oCodeEditor read(org.jdom.Element element, org.jdom.Namespace namespace)
- Specified by:
readin classAbstractFactoredReader<N2oCodeEditor>
-
getElementClass
public Class<N2oCodeEditor> getElementClass()
-
getElementName
public String getElementName()
-
-