com.filenet.wcm.apps.server.ui.wizard.webcontent
Class WebContentEntryRunTime
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.WcmMultiPanelModule
com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule
com.filenet.wcm.apps.server.ui.WcmWizardModule
com.filenet.wcm.apps.server.ui.wizard.webcontent.WebContentEntryRunTime
- All Implemented Interfaces:
- com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- public class WebContentEntryRunTime
- extends WcmWizardModule
This wizard is for adding a new web content object using an Entry Template. It has the
potential of showing four pages:
the folder selection page for choosing which folder to place the object,
the property page for selecting the object class and setting properties,
the security page for setting security on the new object,
and finally if the object is of type document,
the file selection page for choosing the file to add.
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule |
sequenceInit |
Fields inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelModule |
currentModule, currentPanel, currentPanelNumber, panelList |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Methods inherited from class com.filenet.wcm.apps.server.ui.WcmWizardModule |
addPanel, addPanelSelectionAnchor, addSummaryItem, addSummaryItem, getAnchor, getAnchor, getFooter, getPageBanner, getSummaryModule, getTabBar, getTextLinksBar, isBackEnabled, isFinishEnabled, isNextEnabled, isPanelEnabled, okayToProceed, onSelectPanel, render, setCancelLinkText, setCurrentPanelSelection, setFinishLinkText, setIsFinished, setMultiPanelModuleTitle, setNextLinkText, setPreviousLinkText |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelSequenceModule |
cancelAll, onNext, onPrevious, selectPanel, selectPanel |
Methods inherited from class com.filenet.wcm.toolkit.server.ui.WcmMultiPanelModule |
addPanel, addPanel, addPanel, getCurrentModule, getCurrentPanel, getFormName, getModule, getMultiPanelModuleTitle, getMultiPanelModuleTitleString, getPanel, onExit, selectPanel, setMultiPanelModuleTitle, setMultiPanelModuleTitle |
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, 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 |
WCM_OBJECT_KEY
public static final java.lang.String WCM_OBJECT_KEY
- See Also:
- Constant Field Values
AUTH_STATE_KEY
public static final java.lang.String AUTH_STATE_KEY
- See Also:
- Constant Field Values
NAVI_STATE_KEY
public static final java.lang.String NAVI_STATE_KEY
- See Also:
- Constant Field Values
WebContentEntryRunTime
public WebContentEntryRunTime()
throws java.lang.Exception
- Constructor
- Throws:
java.lang.Exception
- If there were problems constructing.
initialize
public void initialize()
throws java.lang.Exception
- This method queries for the Authoring and Navigation data providers, then
adds each page to the wizard. It also sets the wizard tab and the return Url.
- Specified by:
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
- Overrides:
initialize
in class WcmWizardModule
- Throws:
java.lang.Exception
- If a data provider was not found.
onStartPage
public void onStartPage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Configures the pages required for the Wizard
- Specified by:
onStartPage
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
- Overrides:
onStartPage
in class WcmWizardModule
- Parameters:
request
- The Java™Server Pages (JSP) request object HttpServletRequestresponse
- The JSP response object HttpServletResponse
- Throws:
java.lang.Exception
- If there are problems retrieving data.
configureSummary
protected void configureSummary()
throws java.lang.Exception
- Adds the appropriate status information to the summary module
- Overrides:
configureSummary
in class WcmWizardModule
- Throws:
java.lang.Exception
- If there were retrieving data.
onCancel
public void onCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Called in response to a cancel wizard request. It releases module properties
and calls the base class method.
- Parameters:
request
- The JSP request object HttpServletRequestresponse
- The JSP response object HttpServletResponse
- Throws:
java.lang.Exception
- If there are problems retrieving data.
onFinish
public void onFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
- Called in response to a finish wizard request. It releases module properties
and calls the base class method.
- Parameters:
request
- The JSP request object HttpServletRequestresponse
- The JSP response object HttpServletResponse
- Throws:
java.lang.Exception
- If there are problems retrieving data.
getWebContentEntryContentPage
public WebContentEntryContentPage getWebContentEntryContentPage()
getFolderSelectionWizardPage
public WebContentEntryDesignerFolderWizardPage getFolderSelectionWizardPage()
- Get accessor returns WebContentEntryDesignerFolderWizardPage
- Returns:
- WebContentEntryDesignerFolderWizardPage
getPropertiesWizardPage
public WebContentEntryPropertiesWizardPage getPropertiesWizardPage()
- Get accessor returns WcmEntryPropertiesWizardPage
- Returns:
- WcmEntryPropertiesWizardPage
getSecurityWizardPage
public WcmEntrySecurityWizardPage getSecurityWizardPage()
- Get accessor returns WcmEntrySecurityWizardPage
- Returns:
- WcmEntrySecurityWizardPage
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.