com.filenet.wcm.apps.server.ui.select
Class PropertiesSelect

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.select.PropertiesSelect
All Implemented Interfaces:
com.filenet.wcm.toolkit.server.base.WcmModuleInterface

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


Field Summary
 
Fields inherited from class com.filenet.wcm.toolkit.server.base.WcmModule
locale, NAME_DELIMITER
 
Constructor Summary
PropertiesSelect()
           
 
Method Summary
 java.lang.String getBasePath()
           
 void initialize()
           
 void onRemoveObject(com.filenet.wcm.toolkit.server.util.event.GlobalEvent ge)
           
 void onSetObject(com.filenet.wcm.toolkit.server.util.event.GlobalEvent ge)
           
 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
 

Constructor Detail

PropertiesSelect

public PropertiesSelect()
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

onSetObject

public void onSetObject(com.filenet.wcm.toolkit.server.util.event.GlobalEvent ge)
                 throws java.lang.Exception
Throws:
java.lang.Exception

onRemoveObject

public void onRemoveObject(com.filenet.wcm.toolkit.server.util.event.GlobalEvent ge)
                    throws java.lang.Exception
Throws:
java.lang.Exception

getBasePath

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


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