com.filenet.wcm.apps.server.util.sitenavigation
Interface RootDescriptorInterface
- All Known Implementing Classes:
- WorkplacePageDescriptor
- public interface RootDescriptorInterface
Method Summary |
void |
addRunTimeViews(com.filenet.wcm.toolkit.server.base.WcmController controller,
com.filenet.wcm.toolkit.server.ui.WcmAnchorTree treeModule,
com.filenet.wcm.toolkit.server.util.ui.WcmTreeNode rootNode)
|
void |
configurePage(com.filenet.wcm.toolkit.server.base.WcmController controller,
com.filenet.wcm.toolkit.server.ui.WcmAnchorTree treeModule)
|
PageNodeInfo |
getPageInfo()
|
java.util.List |
getPageViews()
|
void |
setRootURL(java.lang.String rootURL)
|
setRootURL
public void setRootURL(java.lang.String rootURL)
getPageInfo
public PageNodeInfo getPageInfo()
getPageViews
public java.util.List getPageViews()
configurePage
public void configurePage(com.filenet.wcm.toolkit.server.base.WcmController controller,
com.filenet.wcm.toolkit.server.ui.WcmAnchorTree treeModule)
throws java.lang.Exception
- Throws:
java.lang.Exception
addRunTimeViews
public void addRunTimeViews(com.filenet.wcm.toolkit.server.base.WcmController controller,
com.filenet.wcm.toolkit.server.ui.WcmAnchorTree treeModule,
com.filenet.wcm.toolkit.server.util.ui.WcmTreeNode rootNode)
throws java.lang.Exception
- Throws:
java.lang.Exception
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.