|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectview.GoResponse
public abstract class GoResponse
Field Summary | |
---|---|
private java.util.ArrayList<javax.servlet.http.Cookie> |
cookies
|
Constructor Summary | |
---|---|
GoResponse()
Constructs the response. |
Method Summary | |
---|---|
void |
addCookie(javax.servlet.http.Cookie cookie)
Adds a cookie to the response. |
javax.servlet.http.Cookie[] |
getCookies()
Returns an array of cookies in the response. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final transient java.util.ArrayList<javax.servlet.http.Cookie> cookies
Constructor Detail |
---|
public GoResponse()
Method Detail |
---|
public void addCookie(javax.servlet.http.Cookie cookie)
cookie
- the cookie to add.public javax.servlet.http.Cookie[] getCookies()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |