| 程序包 | 说明 |
|---|---|
| com.oreilly.servlet |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CookieParser.getBooleanCookie(String name)
Gets the named cookie value as a boolean
|
byte |
CookieParser.getByteCookie(String name)
Gets the named cookie value as a byte
|
char |
CookieParser.getCharCookie(String name)
Gets the named cookie value as a char
|
double |
CookieParser.getDoubleCookie(String name)
Gets the named cookie value as a double
|
float |
CookieParser.getFloatCookie(String name)
Gets the named cookie value as a float
|
int |
CookieParser.getIntCookie(String name)
Gets the named cookie value as a int
|
long |
CookieParser.getLongCookie(String name)
Gets the named cookie value as a long
|
short |
CookieParser.getShortCookie(String name)
Gets the named cookie value as a short
|
String |
CookieParser.getStringCookie(String name)
Gets the named cookie value as a String
|
Copyright © 2022. All rights reserved.