org.loom.util
Class CookieUtils

java.lang.Object
  extended by org.loom.util.CookieUtils

public class CookieUtils
extends java.lang.Object


Constructor Summary
CookieUtils()
           
 
Method Summary
static javax.servlet.http.Cookie getCookie(java.lang.String cookieName, javax.servlet.http.Cookie[] cookies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieUtils

public CookieUtils()
Method Detail

getCookie

public static javax.servlet.http.Cookie getCookie(java.lang.String cookieName,
                                                  javax.servlet.http.Cookie[] cookies)
Returns:
the specified cookie, null if not found