|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.base.WcmDpContainer
com.filenet.wcm.toolkit.server.base.WcmModule
com.filenet.wcm.toolkit.server.base.GlobalEventModule
com.filenet.wcm.toolkit.server.base.WcmUiModule
com.filenet.wcm.toolkit.server.ui.WcmXSLModule
com.filenet.wcm.apps.server.presentation.ui.GenericListView
com.filenet.wcm.apps.server.ui.WcmGenericListView
com.filenet.wcm.apps.server.ui.WcmNavigationListView
com.filenet.wcm.apps.server.ui.WcmPathNavigation
com.filenet.wcm.apps.server.ui.nav.BrowseNavigation
com.filenet.wcm.apps.server.ui.nav.webcontent.WebContentSiteNavigation
This module displays all object stores and its information.
Nested Class Summary |
Nested classes inherited from class com.filenet.wcm.apps.server.ui.nav.BrowseNavigation |
BrowseNavigation.BrowseTreeModule, BrowseNavigation.WcmNavigationPath, BrowseNavigation.WcmPathEntry |
Field Summary | |
static int |
ROOT_FOLDER_TYPE_RESOURCE
|
static int |
ROOT_FOLDER_TYPE_SITE
|
static int |
ROOT_FOLDER_TYPE_SITEDEFINITION
|
static java.lang.String |
siteIdKey
|
static java.lang.String |
siteLabelKey
|
Fields inherited from class com.filenet.wcm.apps.server.ui.nav.BrowseNavigation |
anchors, bHideButtonsInInfo, bShowObjectStorePathLink, bShowOnlyFolders, bShowRoot, isWebNavigation, objectStoresLabel, pathModule, sMode, state, TOP_FOLDER |
Fields inherited from class com.filenet.wcm.apps.server.ui.WcmNavigationListView |
contextMenuHelper |
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
transformUtil |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WebContentSiteNavigation(int type)
|
Method Summary | |
protected void |
configPath()
|
protected void |
configToolBar()
|
java.lang.String |
getSiteId()
Returns the selected site id. |
java.lang.String |
getSiteName()
Returns the selected site name. |
void |
initialize()
Initializes module. |
boolean |
isSiteSelected()
Returns true if a site is already selected. |
void |
onSelect(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
User selects an object store, site or folder. |
void |
onSelectFolder(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
User selects a folder from the path navigation. |
void |
onSelectObjectStore(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
User selects an object store. |
void |
onSelectRoot(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
User selects the root anchor of the path navigation. |
void |
onSelectSite(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
User selects a site from the path navigation. |
void |
onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sets up display information and info link if an object store has been selected |
void |
setLockSelectedFolder(boolean yes)
Locks site navigation to the selected folder and subfolders. |
void |
setLockSite(boolean yes)
Locks site navigation to the selected site. |
Methods inherited from class com.filenet.wcm.apps.server.ui.WcmPathNavigation |
getCommandBar, getPathView, setRenderNavigation, setRenderPath |
Methods inherited from class com.filenet.wcm.apps.server.ui.WcmNavigationListView |
setColumns, setExtraURLParameters, setFormSubmitName, setMaxRows, setShowContextMenu, setShowNoItemsMessage, setTitle, setTitle |
Methods inherited from class com.filenet.wcm.apps.server.ui.WcmGenericListView |
configNameProperties, configNameProperties, configNameProperties, configNameProperties, setCustomObjectNameProperty, setCustomObjectNameProperty, setDocumentNameProperty, setDocumentNameProperty, setFolderNameProperty, setFolderNameProperty |
Methods inherited from class com.filenet.wcm.apps.server.presentation.ui.GenericListView |
getCurrentPage, getXSLTemplate, onPageChange, setCurrentPage, setFirstDisplayedItem, setItemsCount, setLastDisplayedItem, setNameProperty, setNoItemsText, setNotItemsTextString, setPageSize, setPagingLabel, setSelectedObjects |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmXSLModule |
convertToNodeList, getXML, getXSLParameter, renderXSL, setXML, setXML, setXML, setXSL, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter, setXSLParameter |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmUiModule |
getActive, getBasePath, getBaseUrl, getBaseURLBuilder, getControllerEventUrl, getControllerEventUrl, getEventFormFields, getEventFormFields, getEventFormTag, getEventFormTag, getEventUrl, getEventUrl, getEventUrl, getEventUrl, getFormName, getFormSubmitUrl, getFormSubmitUrl, getGlobalEventUrl, getGlobalEventUrl, getPageUrl, getPageUrl, getPageUrl, getPageUrl, getUiParent, peekEvent, renderJSP, routeEvent, routeEvent, serverSideInclude, serverSideInclude, setActive, setJSP |
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule |
subscribeGlobalEvent |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
addChild, addChild, addChild, cleanup, debugTrace, getClassProperty, getClassProperty, getClassPropertyKeys, getConfiguration, getController, getDataStore, getModuleProperty, getModuleProperty, getModuleProperty, getModuleProperty, getModulePropertyKeys, getName, getParent, getWindowProperty, getWindowProperty, persist, queryDataProvider, setClassProperty, setClassProperty, setController, setModuleProperty, setModuleProperty, setName, setParent, setPortletParent, setWindowProperty |
Methods inherited from class com.filenet.wcm.toolkit.server.base.WcmDpContainer |
addDataProvider, addDataProvider |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Field Detail |
public static final int ROOT_FOLDER_TYPE_SITE
public static final int ROOT_FOLDER_TYPE_RESOURCE
public static final int ROOT_FOLDER_TYPE_SITEDEFINITION
public static final java.lang.String siteIdKey
public static final java.lang.String siteLabelKey
Constructor Detail |
public WebContentSiteNavigation(int type)
Method Detail |
public void initialize() throws java.lang.Exception
WcmPathNavigation
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
initialize
in class BrowseNavigation
java.lang.Exception
public void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onStartPage
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
onStartPage
in class BrowseNavigation
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or there's an invalid parameter.protected void configToolBar() throws java.lang.Exception
configToolBar
in class BrowseNavigation
java.lang.Exception
protected void configPath() throws java.lang.Exception
configPath
in class BrowseNavigation
java.lang.Exception
public void onSelectSite(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or there's an invalid parameter.public void onSelectFolder(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or there's an invalid parameter.public void onSelect(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onSelect
in class BrowseNavigation
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or there's an invalid parameter.public void onSelectRoot(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
onSelectRoot
in class BrowseNavigation
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public void onSelectObjectStore(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
- If there are problems retrieving data or there's an invalid parameter.public boolean isSiteSelected()
public java.lang.String getSiteId()
public java.lang.String getSiteName()
public void setLockSite(boolean yes)
yes
- true to lock navigation to the selected site.public void setLockSelectedFolder(boolean yes)
yes
- true to lock navigation to the selected folder and subfolders..
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |