|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectview.GoResponse
view.Redirection
public class Redirection
Field Summary | |
---|---|
private java.lang.String |
url
|
Constructor Summary | |
---|---|
Redirection(GoURL go_url)
Constructs the element. |
|
Redirection(java.lang.String redirect_url)
As above, but accepts a String. |
Method Summary | |
---|---|
java.lang.String |
getUrl()
Returns the URL of the redirection. |
Methods inherited from class view.GoResponse |
---|
addCookie, getCookies |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final transient java.lang.String url
Constructor Detail |
---|
public Redirection(GoURL go_url)
go_url
- a Go URL to redirect to.public Redirection(java.lang.String redirect_url)
Method Detail |
---|
public java.lang.String getUrl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |