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

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.ui.WcmURL
Direct Known Subclasses:
WcmEventURL

public class WcmURL
extends java.lang.Object

This is a base implementation of an url utility. The WcmURL module contains an url string.


Field Summary
protected  java.lang.String url
          The url string.
 
Constructor Summary
protected WcmURL()
          Constructs a new WcmURL object.
  WcmURL(java.lang.String hrefURL)
          Constructs a new WcmURL object with a given url.
 
Method Summary
 java.lang.String toString()
          Returns the url string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

protected java.lang.String url
The url string.

Constructor Detail

WcmURL

protected WcmURL()
Constructs a new WcmURL object. The url string will not be set by this constructor.


WcmURL

public WcmURL(java.lang.String hrefURL)
Constructs a new WcmURL object with a given url.

Parameters:
hrefURL - The url string.
Method Detail

toString

public java.lang.String toString()
Returns the url string.

Returns:
The url string.


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