Class CustomPersister
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister<T>
-
- net.n2oapp.framework.config.persister.event.N2oEventXmlPersister<N2oCustomAction>
-
- net.n2oapp.framework.config.persister.event.CustomPersister
-
- All Implemented Interfaces:
ElementClassAware<N2oCustomAction>,ElementNameAware,NamespaceUriAware,PersisterFactoryAware<N2oCustomAction,NamespacePersister<N2oCustomAction>>,ElementPersister<N2oCustomAction>,NamespacePersister<N2oCustomAction>,TypedElementPersister<N2oCustomAction>
@Component public class CustomPersister extends N2oEventXmlPersister<N2oCustomAction>
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
namespacePrefix, namespaceUri, persisterFactory
-
-
Constructor Summary
Constructors Constructor Description CustomPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oCustomAction>getElementClass()StringgetElementName()org.jdom.Elementpersist(N2oCustomAction custom, org.jdom.Namespace namespaceElement)-
Methods inherited from class net.n2oapp.framework.config.persister.event.N2oEventXmlPersister
setNamespacePrefix, setNamespaceUri
-
Methods inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister
getNamespacePrefix, getNamespaceUri, setPersisterFactory
-
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
-
-
-
-
Method Detail
-
persist
public org.jdom.Element persist(N2oCustomAction custom, org.jdom.Namespace namespaceElement)
-
getElementClass
public Class<N2oCustomAction> getElementClass()
-
getElementName
public String getElementName()
-
-