com.filenet.wcm.apps.server.ui.operation.webcontent
Class ConvertForWebNavigationPage

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.operation.webcontent.ConvertForWebNavigationPage
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface, com.filenet.wcm.toolkit.server.base.WcmUiModuleInterface

public class ConvertForWebNavigationPage
extends com.filenet.wcm.toolkit.server.base.WcmUiModule

This is the convert for web navigation page.


Nested Class Summary
 class ConvertForWebNavigationPage.SelectTemplate
          Special class created to override the base class to add other useful methods.
 
Field Summary
static com.filenet.wcm.toolkit.util.WcmString wsConvertNew
           
static com.filenet.wcm.toolkit.util.WcmString wsReconvert
           
static com.filenet.wcm.toolkit.util.WcmString wsTemplateSearch
           
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
ConvertForWebNavigationPage()
          ConvertForWebNavigationPage constructor.
 
Method Summary
 ConvertForWebNavigation getConvertForWebNavigation()
          Get accessor returns ConvertForWebNavigation
 java.lang.String getFormName()
           
 ConvertListView getItemsListView()
          Get accessor returns WcmItemsListView
 void initialize()
          Initializes module variables.
 void onAccept(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the onAccept event triggered by the user selecting the Accept button to do a convert or reconvert for web
 void onClose(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 onConvertForWeb(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the onConvertForWeb event.
 void onGetInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the Get Info event.
 void onGetTargetInfo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the Get Info event for the target object.
 void onStartPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Uses preferences to display properties in a list view.
 void onUpdateSettings(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Handles the Update Setttings event triggered by the user closing the Convert For Web setting page.
 void render(java.io.Writer w)
          Renders its contents.
 
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
 

Field Detail

wsReconvert

public static final com.filenet.wcm.toolkit.util.WcmString wsReconvert

wsConvertNew

public static final com.filenet.wcm.toolkit.util.WcmString wsConvertNew

wsTemplateSearch

public static final com.filenet.wcm.toolkit.util.WcmString wsTemplateSearch
Constructor Detail

ConvertForWebNavigationPage

public ConvertForWebNavigationPage()
                            throws java.lang.Exception
ConvertForWebNavigationPage constructor. Initializes member variables.

Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.
Method Detail

initialize

public void initialize()
                throws java.lang.Exception
Initializes module variables. Called by Controller during page initialization.

Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.

onStartPage

public void onStartPage(javax.servlet.http.HttpServletRequest request,
                        javax.servlet.http.HttpServletResponse response)
                 throws java.lang.Exception
Uses preferences to display properties in a list view.

Parameters:
request - Request object.
response - Response object.
Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.

render

public void render(java.io.Writer w)
            throws java.lang.Exception
Renders its contents.

Parameters:
w - Output object
Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.

onAccept

public void onAccept(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
              throws java.lang.Exception
Handles the onAccept event triggered by the user selecting the Accept button to do a convert or reconvert for web

Parameters:
request - Request object.
response - Response object.
Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.

onGetInfo

public void onGetInfo(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws java.lang.Exception
Handles the Get Info event.

Parameters:
request - Request object.
response - Response object.
Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.

onGetTargetInfo

public void onGetTargetInfo(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws java.lang.Exception
Handles the Get Info event for the target object.

Parameters:
request - Request object.
response - Response object.
Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.

onUpdateSettings

public void onUpdateSettings(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws java.lang.Exception
Handles the Update Setttings event triggered by the user closing the Convert For Web setting page.

Parameters:
request - Request object.
response - Response object.
Throws:
java.lang.Exception - All errors.

onConvertForWeb

public void onConvertForWeb(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response)
                     throws java.lang.Exception
Handles the onConvertForWeb event.

Parameters:
request - Request object.
response - Response object.
Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.

getFormName

public java.lang.String getFormName()

onClose

public void onClose(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.lang.Exception
Signals the UI module that the user does not want to commit the current state to the underlying data store.

Parameters:
request - Request object.
response - Response object.
Throws:
java.lang.Exception - If there are problems retrieving data or an invalid parameter.

getConvertForWebNavigation

public ConvertForWebNavigation getConvertForWebNavigation()
                                                   throws java.lang.Exception
Get accessor returns ConvertForWebNavigation

Returns:
ConvertForWebNavigation
Throws:
java.lang.Exception

getItemsListView

public ConvertListView getItemsListView()
                                 throws java.lang.Exception
Get accessor returns WcmItemsListView

Returns:
WcmItemsListView
Throws:
java.lang.Exception


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