|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lenya.cms.site.SiteUtil
public class SiteUtil
Utility to handle site structures.
Method Summary | |
---|---|
static DocumentLocator |
getAvailableLocator(org.apache.avalon.framework.service.ServiceManager manager,
DocumentFactory factory,
DocumentLocator locator)
|
static NodeSet |
getSubSite(org.apache.avalon.framework.service.ServiceManager manager,
SiteNode node)
Returns a sub-site starting with a certain node, which includes the node itself and all nodes which require this node, in preorder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static NodeSet getSubSite(org.apache.avalon.framework.service.ServiceManager manager, SiteNode node) throws SiteException
manager
- The service manager.node
- The top-level document.
SiteException
- if an error occurs.public static DocumentLocator getAvailableLocator(org.apache.avalon.framework.service.ServiceManager manager, DocumentFactory factory, DocumentLocator locator) throws SiteException
manager
- The service manager.factory
- The factory.locator
- The locator.
SiteException
- if an error occurs.SiteManager.getAvailableLocator(DocumentFactory,
DocumentLocator)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |