|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieNotFoundException | |
---|---|
com.oreilly.servlet |
Uses of CookieNotFoundException in com.oreilly.servlet |
---|
Methods in com.oreilly.servlet that throw CookieNotFoundException | |
---|---|
boolean |
CookieParser.getBooleanCookie(java.lang.String name)
Gets the named cookie value as a boolean |
byte |
CookieParser.getByteCookie(java.lang.String name)
Gets the named cookie value as a byte |
char |
CookieParser.getCharCookie(java.lang.String name)
Gets the named cookie value as a char |
double |
CookieParser.getDoubleCookie(java.lang.String name)
Gets the named cookie value as a double |
float |
CookieParser.getFloatCookie(java.lang.String name)
Gets the named cookie value as a float |
int |
CookieParser.getIntCookie(java.lang.String name)
Gets the named cookie value as a int |
long |
CookieParser.getLongCookie(java.lang.String name)
Gets the named cookie value as a long |
short |
CookieParser.getShortCookie(java.lang.String name)
Gets the named cookie value as a short |
java.lang.String |
CookieParser.getStringCookie(java.lang.String name)
Gets the named cookie value as a String |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |