| java.lang.Object com.methodhead.tree.Tree com.methodhead.shim.SiteMap
Method Summary | |
public Link | find(int pageId) Returns the link with pageId, or null if no such link
can be found. | public SiteContext | getSiteContext() Returns the current site context for this object, throwing an exception if
it hasn't been set. | public void | load() Loads the site map. | public void | save() Saves the site map to the database. | public void | setSiteContext(SiteContext siteContext) Implements SiteContextCapable.setSiteContext(). |
find | public Link find(int pageId)(Code) | | Returns the link with pageId, or null if no such link
can be found.
|
getSiteContext | public SiteContext getSiteContext()(Code) | | Returns the current site context for this object, throwing an exception if
it hasn't been set. NOT UNIT TESTED.
|
load | public void load()(Code) | | Loads the site map.
|
save | public void save()(Code) | | Saves the site map to the database.
|
setSiteContext | public void setSiteContext(SiteContext siteContext)(Code) | | Implements SiteContextCapable.setSiteContext(). NOT UNIT TESTED.
|
|
|