Uses of Class
dk.netarkivet.harvester.webinterface.CookieUtils.Lifespan

Packages that use CookieUtils.Lifespan
dk.netarkivet.harvester.webinterface   
 

Uses of CookieUtils.Lifespan in dk.netarkivet.harvester.webinterface
 

Methods in dk.netarkivet.harvester.webinterface that return CookieUtils.Lifespan
static CookieUtils.Lifespan CookieUtils.Lifespan.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CookieUtils.Lifespan[] CookieUtils.Lifespan.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dk.netarkivet.harvester.webinterface with parameters of type CookieUtils.Lifespan
static void CookieUtils.setCookie(javax.servlet.http.HttpServletResponse response, java.lang.String name, java.lang.String value, CookieUtils.Lifespan lifeSpan)
          Set a cookie on the client.