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
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
public Cookie findFirstByName (String name)
  Find the first cookie with matching name In theory there can be multiple (!= paths)
Fields
Hide/Show inherited fields
pack-private List cookies
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar