|
||||||||||
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.apps.server.ui.wizard.WcmPublishConfirmWizardPage
This class is the second and last page of Publish Wizard. It displays selected operations and document information before user commits changes. WcmAuthoringState.publishType contains operation type, where value of 1 means republish source document and 2 means publish new document.
Field Summary |
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule |
locale, NAME_DELIMITER |
Constructor Summary | |
WcmPublishConfirmWizardPage()
Constructor initializes member variables. |
Method Summary | |
java.lang.String |
getFormName()
This signals the wizard that there's a form embedded in the HTML; therefore, it will use different JavaScript to send form data back to the server. |
java.lang.String |
getSelectedTitle()
Displays status line information on the bottom of screen. |
void |
initialize()
Initializes module variables. |
boolean |
isFinished()
Return "true" always since this is the last page of Publish wizard |
void |
onSubmit(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Catch submit information |
void |
panelCancel(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Signals the UI module that the user does not want to commit the current state to the underlying data store. |
void |
panelFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Gets document title from request's variable, publishDocName, packs it into XML format, and then sends it as an option parameter in call to WcmAuthoringDataProvider.doRepublish or WcmAuthoringDataProvider.setPublishingTemplate. |
void |
panelInit()
Signals to the UI module that its wizard-specific behavior should be initialized (if any). |
void |
panelSave(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Signals the UI module that the user wants to return to the previous page and that this module should use this event to save any persistant state. |
void |
render(java.io.Writer w)
Renders publishing contents, including a text input field, publishDocName, for user to enter document title. |
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 |
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.WcmUiModuleInterface |
onStartPage |
Methods inherited from interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface |
addDataProvider, cleanup, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent |
Constructor Detail |
public WcmPublishConfirmWizardPage() throws java.lang.Exception
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.Method Detail |
public void initialize() throws java.lang.Exception
initialize
in interface com.filenet.wcm.toolkit.server.base.WcmModuleInterface
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public void panelInit() throws java.lang.Exception
panelInit
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public void panelCancel(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelCancel
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public void panelSave(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelSave
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public void panelFinish(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
panelFinish
in interface com.filenet.wcm.toolkit.server.base.WcmPanelInterface
request
- Request object.response
- Response object.
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public void onSubmit(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 an invalid parameter.public void render(java.io.Writer w) throws java.lang.Exception
render
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public java.lang.String getSelectedTitle() throws java.lang.Exception
java.lang.Exception
- If there are problems retrieving data or an invalid parameter.public boolean isFinished()
isFinished
in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
public java.lang.String getFormName()
getFormName
in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |