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.SiteLocation

Uses of SiteLocation in com.RuntimeCollective.sitemap.bean
 

Classes in com.RuntimeCollective.sitemap.bean that implement SiteLocation
 class ContentSiteLocation
          A SiteLocation, which is itself a Content, and which holds other Contents in given roles and positions.
 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.
 

Methods in com.RuntimeCollective.sitemap.bean that return SiteLocation
 SiteLocation SiteLocationLink.getSiteLocation()
          Get the SiteLocation, the trunk version of it if it exists.
 SiteLocation SiteLocationLink.getSiteLocation(java.lang.String useVersion)
          Get the SiteLocation, possibly checking a particular version.
 

Methods in com.RuntimeCollective.sitemap.bean with parameters of type SiteLocation
 void SiteLocationLink.setSiteLocation(SiteLocation siteLocation)
          Set the SiteLocation.
 boolean Bookmarks.addBookmark(SiteLocation sl)
           
private  void Bookmarks.addSorted(SiteLocation sl)
          Add the given SiteLocation to the bookmarks vector, in the right location (sort by SiteLocation name).
 boolean Bookmarks.removeBookmark(SiteLocation sl)