|
||||||||||
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
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 |
protected java.lang.String url
Constructor Detail |
protected WcmURL()
public WcmURL(java.lang.String hrefURL)
hrefURL
- The url string.Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |