com.arsdigita.acs
Class ACSCookies

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--com.arsdigita.acs.ACSCookies
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class ACSCookies
extends java.util.HashMap

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
ACSCookies(javax.servlet.http.HttpServletRequest req)
           
 
Method Summary
 java.util.List get(java.lang.String key)
           
 void put(java.lang.String key, javax.servlet.http.Cookie value)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

ACSCookies

public ACSCookies(javax.servlet.http.HttpServletRequest req)
Method Detail

put

public void put(java.lang.String key,
                javax.servlet.http.Cookie value)

get

public java.util.List get(java.lang.String key)