| java.lang.Object org.apache.lenya.cms.site.SiteUtil
SiteUtil | public class SiteUtil (Code) | | Utility to handle site structures.
version: $Id: SiteUtil.java 566250 2007-08-15 16:34:09Z andreas $ |
getSubSite | public static NodeSet getSubSite(ServiceManager manager, SiteNode node) throws SiteException(Code) | | Returns a sub-site starting with a certain node, which includes the node
itself and all nodes which require this node, in preorder.
Parameters: manager - The service manager. Parameters: node - The top-level document. A document set. throws: SiteException - if an error occurs. |
|
|