API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.web.util.
JOTCookiesHelper
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
Object
JOTCookiesHelper
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
class JOTCookiesHelper
Helps reading cookies
See also:
Constructors
public
JOTCookiesHelper
(
HttpServletRequest
request)
Methods
Hide/Show inherited methods
public
Cookie
findByNameAndPath
(
String
name,
String
path)
Find unique cookie by name & path
Find unique cookie by name & path
Returns:
public
Cookie
findFirstByName
(
String
name)
Find the first cookie with matching name In theory there can be multiple (!= paths)
Find the first cookie with matching name
In theory there can be multiple (!= paths)
Returns:
Fields
Hide/Show inherited fields
pack-private
List
cookies
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar