com.filenet.wcm.apps.server.ui.operation
Class WcmSelectFileOperation
- java.lang.Object
com.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.WcmJSPModule
com.filenet.wcm.toolkit.server.ui.WcmLayoutModule
com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule
com.filenet.wcm.apps.server.ui.operation.WcmSelectFileOperation
All implemented interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class WcmSelectFileOperation
- extends WcmWorkplaceLayoutModule
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
FORM_NAME
|
|
wsFile
|
|
wsType
|
|
wsUNCExample
|
|
wsUNCFile
|
|
wsURLExample
|
|
wsURLFile
|
| Fields inherited from class com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule |
|---|
bannerModule, contextMenu, footerLinksBarModule, footerModule, leftCSSClass, MAIN_MODE, multiSelectMenu, OPERATION_MODE, renderLeftBar, showFooterLinksBar, tabBarModule, treeModule |
| Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule |
|---|
jspMode, layout |
| Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
|---|
locale, NAME_DELIMITER |
Constructor Summary
| Constructor and Description |
|---|
WcmSelectFileOperation()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
initialize()
Initializes the data providers and the display objects.
|
|
onAssign(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Form submit event handler.
|
|
onBannerClose(com.filenet.wcm.toolkit.server.util.event.GlobalEvent e)
Handle Banner Close event
|
|
onCancel(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Returns to the calling page.
|
|
onStartPage(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
The default event sets up the display objects for rendering.
|
| Methods inherited from class com.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule |
|---|
addModule, addModule, addPrimaryPageAnchors, createLayout, getAnchorTree, getBannerBar, getFooter, getFooterLinksBar, getOperationTitle, getPageTabId, getPrimaryPageAnchors, getTabBar, isAdminLinkAvailable, registerAddedModules, renderLayout, resetPrimaryPageAnchors, setAddContextMenu, setMode, setOperationTitle, setOperationTitle, setOperationTitle, setOperationTitle, setRemoveTreeModule, setShowFooterLinksBar, setTabBarSelection |
| Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmLayoutModule |
|---|
getLayout, render, setJSP |
| Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmJSPModule |
|---|
getCurrentModule |
| 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 |
| 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
wsType
- protected static final com.filenet.wcm.toolkit.util.WcmString wsType
wsFile
- protected static final com.filenet.wcm.toolkit.util.WcmString wsFile
wsUNCFile
- protected static final com.filenet.wcm.toolkit.util.WcmString wsUNCFile
wsUNCExample
- protected static final com.filenet.wcm.toolkit.util.WcmString wsUNCExample
wsURLFile
- protected static final com.filenet.wcm.toolkit.util.WcmString wsURLFile
wsURLExample
- protected static final com.filenet.wcm.toolkit.util.WcmString wsURLExample
FORM_NAME
- protected static final java.lang.String FORM_NAME
See Also:
Constructor Detail
WcmSelectFileOperation
- public WcmSelectFileOperation()
Method Detail
initialize
- public void initialize()
- throws java.lang.Exception
Initializes the data providers and the display objects.
Specified by:
initialize in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
Overrides:
initialize in class WcmWorkplaceLayoutModule
Throws:
java.lang.ExceptiononStartPage
- public void onStartPage(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws java.lang.Exception
The default event sets up the display objects for rendering.
Specified by:
onStartPage in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Overrides:
onStartPage in class com.filenet.wcm.toolkit.server.base.GlobalEventModule
Parameters:
request - HttpServletRequest object response - HttpServletResponse object Throws:
java.lang.Exception - If any errors occured onAssign
- public void onAssign(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws java.lang.Exception
Form submit event handler.
Parameters:
request - HttpServletRequest object response - HttpServletResponse object Throws:
java.lang.ExceptiononCancel
- public void onCancel(javax.servlet.http.HttpServletRequest request,
- javax.servlet.http.HttpServletResponse response)
- throws java.lang.Exception
Returns to the calling page.
Parameters:
request - HttpServletRequest is the Java™Server Pages (JSP) request object. response - HttpServletResponse is the JSP response object. Throws:
java.lang.Exception - If there are problems retrieving data. onBannerClose
- public void onBannerClose(com.filenet.wcm.toolkit.server.util.event.GlobalEvent e)
- throws java.lang.Exception
Handle Banner Close event
Parameters:
e - GlobalEvent Throws:
java.lang.Exception