Class WizardXmlPersister
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister<E>
-
- net.n2oapp.framework.config.persister.widget.WidgetXmlPersister<N2oWizard>
-
- net.n2oapp.framework.config.persister.widget.WizardXmlPersister
-
- All Implemented Interfaces:
ElementClassAware<N2oWizard>,ElementNameAware,NamespaceUriAware,PersisterFactoryAware<N2oWizard,NamespacePersister<N2oWizard>>,ElementPersister<N2oWizard>,NamespacePersister<N2oWizard>,TypedElementPersister<N2oWizard>
@Component public class WizardXmlPersister extends WidgetXmlPersister<N2oWizard>
- Author:
- V. Alexeev.
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
namespacePrefix, namespaceUri, persisterFactory
-
-
Constructor Summary
Constructors Constructor Description WizardXmlPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oWizard>getElementClass()StringgetElementName()org.jdom.ElementgetWidget(N2oWizard n2o, org.jdom.Namespace namespace)-
Methods inherited from class net.n2oapp.framework.config.persister.widget.WidgetXmlPersister
persist, persistWidget, setNamespacePrefix, setNamespaceUri, setPersisterFactory
-
Methods inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
getNamespacePrefix, getNamespaceUri
-
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
-
-