Class ComponentIO<T extends N2oComponent>
- java.lang.Object
-
- net.n2oapp.framework.config.io.control.ComponentIO<T>
-
- All Implemented Interfaces:
ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>
- Direct Known Subclasses:
CustomControlIOv2,FieldIOv2
public abstract class ComponentIO<T extends N2oComponent> extends Object implements NamespaceIO<T>
Чтение запись базовых свойств компонентов
-
-
Constructor Summary
Constructors Constructor Description ComponentIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidio(org.jdom.Element e, T m, IOProcessor p)-
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
getElementClass, newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementName
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, getNamespaceUri, setNamespaceUri
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, T m, IOProcessor p)- Specified by:
ioin interfaceElementIO<T extends N2oComponent>
-
-