Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.RuntimeCollective.sitemap.bean.Publishable

Uses of Publishable in com.RuntimeCollective.sitemap.bean
 

Subinterfaces of Publishable in com.RuntimeCollective.sitemap.bean
 interface SiteLocation
          The interface to implement if you want an object to be a location within your site map.
 

Classes in com.RuntimeCollective.sitemap.bean that implement Publishable
 class ContentSiteLocation
          A SiteLocation, which is itself a Content, and which holds other Contents in given roles and positions.
 class SimplePublishable
          A commodity class which implements all the basic functionality of Publishable, so we can spare duplicating lots of simple code.
 class SimpleSiteLocation
          A commodity class which implements all the basic functionality of SiteLocation, so we can spare duplicating lots of simple code.
 class SiteNode
          The SiteNode version of the ContentSiteLocation, which can have a parent and children SiteNodes.