shared
Class CookieUtil

java.lang.Object
  extended by shared.CookieUtil

public class CookieUtil
extends java.lang.Object


Constructor Summary
CookieUtil()
           
 
Method Summary
static javax.servlet.http.Cookie findCookie(javax.servlet.http.HttpServletRequest request, java.lang.String name)
           
static java.lang.String findCookieValue(javax.servlet.http.HttpServletRequest request, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieUtil

public CookieUtil()
Method Detail

findCookie

public static javax.servlet.http.Cookie findCookie(javax.servlet.http.HttpServletRequest request,
                                                   java.lang.String name)

findCookieValue

public static java.lang.String findCookieValue(javax.servlet.http.HttpServletRequest request,
                                               java.lang.String name)