com.filenet.wcm.toolkit.server.util.ui
Class WcmEventURL

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.ui.WcmURL
      extended bycom.filenet.wcm.toolkit.server.util.ui.WcmEventURL

public class WcmEventURL
extends WcmURL

This is an implementation of an event url utility. The WcmEventURL module provides helper methods to construct an event url for a targeted UI module.


Field Summary
protected  java.lang.String eventName
          The event name of the url string.
protected  WcmUiModule module
          The targeted UI module.
protected  java.lang.String requestParameters
          Any additional request parameters.
 
Fields inherited from class com.filenet.wcm.toolkit.server.util.ui.WcmURL
url
 
Constructor Summary
WcmEventURL(WcmUiModule targetModule, java.lang.String event, java.lang.String params)
          Constructs a new WcmEventURL object using the specified target UI module, the event name and any additional url parameters.
 
Method Summary
 java.lang.String toString()
          Returns an event URL that submits the named form targeted to the UI module instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

module

protected WcmUiModule module
The targeted UI module.


eventName

protected java.lang.String eventName
The event name of the url string.


requestParameters

protected java.lang.String requestParameters
Any additional request parameters.

Constructor Detail

WcmEventURL

public WcmEventURL(WcmUiModule targetModule,
                   java.lang.String event,
                   java.lang.String params)
            throws java.lang.Exception
Constructs a new WcmEventURL object using the specified target UI module, the event name and any additional url parameters.

Parameters:
targetModule - The target UI module. The event url is targeted for this UI module.
event - The event name.
params - Any additional url parameters.
Method Detail

toString

public java.lang.String toString()
Returns an event URL that submits the named form targeted to the UI module instance.

Overrides:
toString in class WcmURL
Returns:
The event url string.


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