|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.mvc.Http.Cookie
public static class Http.Cookie
An HTTP Cookie
| Field Summary | |
|---|---|
String |
domain
Cookie domain |
Integer |
maxAge
Cookie max-age |
String |
name
Cookie name |
String |
path
Cookie path |
boolean |
secure
for HTTPS ? |
boolean |
sendOnError
Don't use |
String |
value
Cookie value |
| Constructor Summary | |
|---|---|
Http.Cookie()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String name
public String domain
public String path
public boolean secure
public String value
public Integer maxAge
public boolean sendOnError
| Constructor Detail |
|---|
public Http.Cookie()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||