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