|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.ui.WcmURL
com.filenet.wcm.toolkit.server.util.ui.WcmEventURL
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 |
protected WcmUiModule module
protected java.lang.String eventName
protected java.lang.String requestParameters
Constructor Detail |
public WcmEventURL(WcmUiModule targetModule, java.lang.String event, java.lang.String params) throws java.lang.Exception
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 |
public java.lang.String toString()
toString
in class WcmURL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |