|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo2.webcontainer.command.BrowserSetCookieCommand
public class BrowserSetCookieCommand
A Web Application Container-specific Command
to
set an HTTP Cookie on the client browser.
Constructor Summary | |
---|---|
BrowserSetCookieCommand(javax.servlet.http.Cookie cookie)
Creates a BrowserSetCookieCommand . |
Method Summary | |
---|---|
javax.servlet.http.Cookie |
getCookie()
Retrieves the Cookie to be set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowserSetCookieCommand(javax.servlet.http.Cookie cookie)
BrowserSetCookieCommand
.
cookie
- the Cookie
to setMethod Detail |
---|
public javax.servlet.http.Cookie getCookie()
Cookie
to be set.
Cookie
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |