|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.barracuda.plankton.http.LightweightURL
A lightweight URL class
Constructor Summary | |
LightweightURL(String iurl)
Create a lightweight url |
Method Summary | |
String |
getBaseStr()
Return the base part of the URL (everything up to the ?) |
String |
getParamStr()
Return the whole URL string (from the ? |
String |
getURLStr()
Return the whole URL string (ie. |
String |
toString()
Return a String representation of the URL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LightweightURL(String iurl)
iurl
- a URL stringMethod Detail |
public String getURLStr()
public String getBaseStr()
public String getParamStr()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |