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

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.toolkit.server.base.WcmUiModule
                  extended bycom.filenet.wcm.apps.server.ui.wizard.WcmEntryDesignerPropertiesWizardPage
                      extended bycom.filenet.wcm.apps.server.ui.wizard.webcontent.WebContentEntryDesignerPropertiesWizardPage
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmPanelInterface, com.filenet.wcm.toolkit.server.base.WcmPanelValidationInterface, com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

public class WebContentEntryDesignerPropertiesWizardPage
extends WcmEntryDesignerPropertiesWizardPage


Field Summary
 
Fields inherited from class com.filenet.wcm.apps.server.ui.wizard.WcmEntryDesignerPropertiesWizardPage
adp, authorState, nType, ui, wsAutoMsg, wsDisplay, wsHideMsg, wsShowMsg
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
WebContentEntryDesignerPropertiesWizardPage(int type)
          Constructor calls base class constructor, then creates the required pages.
 
Method Summary
protected  void configurePropertiesPage()
           
 org.w3c.dom.NodeList getPropDescs()
          Return property description's node list.
protected  java.lang.String getRootClassId()
          Gets root doc class for the current operation
 void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Initialize the Classes
 void panelInit()
          Called when this wizard page is first loaded to clear out any residual state information.
protected  void renderAutoClassifyCheckBox(java.io.Writer w)
           
protected  void restorePropObject()
           
protected  void savePropObject()
           
 
Methods inherited from class com.filenet.wcm.apps.server.ui.wizard.WcmEntryDesignerPropertiesWizardPage
cleanup, getEditPage, getFormName, getPropertiesInfoPage, getValidationErrors, initialize, isFinished, onPick, onSelect, onSelectETSetting, onShowProps, panelCancel, panelFinish, panelSave, panelValidate, render, renderEntryTemplateSettings, setPropertiesInfoPage
 
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, 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, getDataStore, getModuleProperty, getName, getParent, persist, queryDataProvider, setController, setModuleProperty, setName, setParent
 

Constructor Detail

WebContentEntryDesignerPropertiesWizardPage

public WebContentEntryDesignerPropertiesWizardPage(int type)
                                            throws java.lang.Exception
Constructor calls base class constructor, then creates the required pages.

Method Detail

onStartPage

public void onStartPage(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.lang.Exception
Initialize the Classes

Specified by:
onStartPage in interface com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface
Overrides:
onStartPage in class WcmEntryDesignerPropertiesWizardPage
Parameters:
request - HttpServletRequest object
response - HttpServletResponse object
Throws:
java.lang.Exception

renderAutoClassifyCheckBox

protected void renderAutoClassifyCheckBox(java.io.Writer w)
                                   throws java.lang.Exception
Overrides:
renderAutoClassifyCheckBox in class WcmEntryDesignerPropertiesWizardPage
Throws:
java.lang.Exception

panelInit

public void panelInit()
               throws java.lang.Exception
Called when this wizard page is first loaded to clear out any residual state information.

Specified by:
panelInit in interface com.filenet.wcm.toolkit.server.base.WcmSequencePanelInterface
Overrides:
panelInit in class WcmEntryDesignerPropertiesWizardPage
Throws:
java.lang.Exception

getPropDescs

public org.w3c.dom.NodeList getPropDescs()
                                  throws java.lang.Exception
Return property description's node list. Use Properties and property descriptions dom to create this new property descrption node list. propdef tag is going to have values and value tags under it if it is a multi-value object.

Overrides:
getPropDescs in class WcmEntryDesignerPropertiesWizardPage
Throws:
java.lang.Exception

restorePropObject

protected void restorePropObject()
                          throws java.lang.Exception
Overrides:
restorePropObject in class WcmEntryDesignerPropertiesWizardPage
Throws:
java.lang.Exception

savePropObject

protected void savePropObject()
                       throws java.lang.Exception
Overrides:
savePropObject in class WcmEntryDesignerPropertiesWizardPage
Throws:
java.lang.Exception

configurePropertiesPage

protected void configurePropertiesPage()
                                throws java.lang.Exception
Overrides:
configurePropertiesPage in class WcmEntryDesignerPropertiesWizardPage
Throws:
java.lang.Exception

getRootClassId

protected java.lang.String getRootClassId()
                                   throws java.lang.Exception
Gets root doc class for the current operation

Overrides:
getRootClassId in class WcmEntryDesignerPropertiesWizardPage
Returns:
the document class
Throws:
java.lang.Exception


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