pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.site.content.AbstractRegistryNode

Packages that use AbstractRegistryNode
org.torweg.pulse.site.content is the main management model for the websites Content
org.torweg.pulse.site.content.admin Contains the basic controllers, configurations, and results to work with content. 
 

Uses of AbstractRegistryNode in org.torweg.pulse.site.content
 

Subclasses of AbstractRegistryNode in org.torweg.pulse.site.content
 class ContentFolderNode
          a Node in the ContentRegistry representing a Bundle .
 class ContentNode
          a ContentNode is an entry in the websites ContentRegistry which can hold Content.
 class RegistryBundleNode
          a Node in the ContentRegistry representing a Bundle .
 class RegistryLocaleNode
          a subdivision of the ContentRegistry representing a Locale.
 

Methods in org.torweg.pulse.site.content that return AbstractRegistryNode
 AbstractRegistryNode AbstractRegistryNode.getChildByName(java.lang.String n)
          Returns a child by name if exists.
 

Uses of AbstractRegistryNode in org.torweg.pulse.site.content.admin
 

Methods in org.torweg.pulse.site.content.admin with parameters of type AbstractRegistryNode
 java.util.Map<java.lang.String,java.lang.String> ContentRegistryEditorConfig.getEditURLs(AbstractRegistryNode registryNode, ServiceRequest request)
          generates the edit-URLs for a given AbstractRegistryNode according to the configuration-XML.