com.filenet.wcm.apps.server.ui.operation

Class WcmSelectFileOperation

  1. java.lang.Object
  2. extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
  3. extended bycom.filenet.wcm.toolkit.server.base.WcmModule
  4. extended bycom.filenet.wcm.toolkit.server.base.GlobalEventModule
  5. extended bycom.filenet.wcm.toolkit.server.base.WcmUiModule
  6. extended bycom.filenet.wcm.toolkit.server.ui.WcmJSPModule
  7. extended bycom.filenet.wcm.toolkit.server.ui.WcmLayoutModule
  8. extended bycom.filenet.wcm.apps.server.ui.layout.WcmWorkplaceLayoutModule
  9. extended bycom.filenet.wcm.apps.server.ui.operation.WcmSelectFileOperation
All implemented interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

  1. public class WcmSelectFileOperation
  2. extends WcmWorkplaceLayoutModule
Select File page, displays file type selection (UNC or URL) and file path entry controls.

Field Summary

Modifier and Type Field and Description
  1. protected static
  2. java.lang.String
FORM_NAME
  1. protected static
  2. com.filenet.wcm.toolkit.util.WcmString
wsFile
  1. protected static
  2. com.filenet.wcm.toolkit.util.WcmString
wsType
  1. protected static
  2. com.filenet.wcm.toolkit.util.WcmString
wsUNCExample
  1. protected static
  2. com.filenet.wcm.toolkit.util.WcmString
wsUNCFile
  1. protected static
  2. com.filenet.wcm.toolkit.util.WcmString
wsURLExample
  1. protected static
  2. com.filenet.wcm.toolkit.util.WcmString
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
  1. void
initialize()
Initializes the data providers and the display objects.
  1. void
onAssign(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Form submit event handler.
  1. void
onBannerClose(com.filenet.wcm.toolkit.server.util.event.GlobalEvent e)
Handle Banner Close event
  1. void
onCancel(javax.servlet.http.HttpServletRequest request,javax.servlet.http.HttpServletResponse response)
Returns to the calling page.
  1. void
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

  1. protected static final com.filenet.wcm.toolkit.util.WcmString wsType

wsFile

  1. protected static final com.filenet.wcm.toolkit.util.WcmString wsFile

wsUNCFile

  1. protected static final com.filenet.wcm.toolkit.util.WcmString wsUNCFile

wsUNCExample

  1. protected static final com.filenet.wcm.toolkit.util.WcmString wsUNCExample

wsURLFile

  1. protected static final com.filenet.wcm.toolkit.util.WcmString wsURLFile

wsURLExample

  1. protected static final com.filenet.wcm.toolkit.util.WcmString wsURLExample

FORM_NAME

  1. protected static final java.lang.String FORM_NAME
See Also:

Constructor Detail

WcmSelectFileOperation

  1. public WcmSelectFileOperation()

Method Detail

initialize

  1. public void initialize()
  2. 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:
Throws:
java.lang.Exception

onStartPage

  1. public void onStartPage(javax.servlet.http.HttpServletRequest request,
  2. javax.servlet.http.HttpServletResponse response)
  3. 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

  1. public void onAssign(javax.servlet.http.HttpServletRequest request,
  2. javax.servlet.http.HttpServletResponse response)
  3. throws java.lang.Exception
Form submit event handler.
Parameters:
request - HttpServletRequest object
response - HttpServletResponse object
Throws:
java.lang.Exception

onCancel

  1. public void onCancel(javax.servlet.http.HttpServletRequest request,
  2. javax.servlet.http.HttpServletResponse response)
  3. 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

  1. public void onBannerClose(com.filenet.wcm.toolkit.server.util.event.GlobalEvent e)
  2. throws java.lang.Exception
Handle Banner Close event
Parameters:
e - GlobalEvent
Throws:
java.lang.Exception