Class N2oMenuAccessPointPersister

    • Field Summary

      • Fields inherited from class net.n2oapp.framework.api.metadata.persister.AbstractN2oMetadataPersister

        namespacePrefix, namespaceUri, persisterFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<N2oMenuItemAccessPoint> getElementClass()  
      java.lang.String getElementName()  
      org.jdom.Element persist​(N2oMenuItemAccessPoint menuItem, org.jdom.Namespace namespaceElement)  
      • 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
    • Constructor Detail

      • N2oMenuAccessPointPersister

        public N2oMenuAccessPointPersister()
    • Method Detail

      • persist

        public org.jdom.Element persist​(N2oMenuItemAccessPoint menuItem,
                                        org.jdom.Namespace namespaceElement)
      • getElementName

        public java.lang.String getElementName()