com.filenet.wcm.apps.server.ui.wizard.webcontent
Class WebCheckinDocument

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.base.WcmDpContainer
      extended bycom.filenet.wcm.toolkit.server.base.WcmModule
          extended bycom.filenet.wcm.toolkit.server.base.GlobalEventModule
              extended bycom.filenet.wcm.apps.server.ui.wizard.webcontent.WebCheckinDocument
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface

public class WebCheckinDocument
extends com.filenet.wcm.toolkit.server.base.GlobalEventModule


Field Summary
static java.lang.String WCM_OBJECT_ID
           
static java.lang.String WCM_SHOW_CONFIRMATION_PAGE
           
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
WebCheckinDocument()
           
 
Method Summary
 java.lang.String getBasePath()
           
 int getConfirmView()
           
 java.lang.String getWcmBasePath()
           
 void initialize()
           
 void sendRedirect(javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class com.filenet.wcm.toolkit.server.base.GlobalEventModule
onStartPage, 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
 

Field Detail

WCM_OBJECT_ID

public static final java.lang.String WCM_OBJECT_ID
See Also:
Constant Field Values

WCM_SHOW_CONFIRMATION_PAGE

public static final java.lang.String WCM_SHOW_CONFIRMATION_PAGE
See Also:
Constant Field Values
Constructor Detail

WebCheckinDocument

public WebCheckinDocument()
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Throws:
java.lang.Exception

sendRedirect

public void sendRedirect(javax.servlet.http.HttpServletResponse response)
                  throws java.lang.Exception
Throws:
java.lang.Exception

getBasePath

public final java.lang.String getBasePath()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getWcmBasePath

public final java.lang.String getWcmBasePath()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getConfirmView

public final int getConfirmView()
                         throws java.lang.Exception
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.