|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectview.url.GoURL
public class GoURL
Field Summary | |
---|---|
private java.lang.String |
url
|
Constructor Summary | |
---|---|
GoURL(java.lang.Object req,
java.lang.Object... args)
Constructs the URL. |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns the URL as a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final transient java.lang.String url
Constructor Detail |
---|
public GoURL(java.lang.Object req, java.lang.Object... args)
req
- a value for the main request parameter ('req').args
- a list of other parameters and their values,
given as [arg1, value1, arg2, value2, arg3, ...]
a pairless number of arguments drops the final one.
each object is coerced to a String using their
toString() methods.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |