org.apache.tomcat.util.http
Class TomcatCookie

java.lang.Object
  extended by javax.servlet.http.Cookie
      extended by org.apache.tomcat.util.http.TomcatCookie
All Implemented Interfaces:
java.lang.Cloneable

public class TomcatCookie
extends javax.servlet.http.Cookie


Constructor Summary
TomcatCookie(java.lang.String name, java.lang.String value)
           
 
Method Summary
 boolean getHttpOnly()
           
 void setHttpOnly(boolean httpOnly)
           
 
Methods inherited from class javax.servlet.http.Cookie
clone, getComment, getDomain, getMaxAge, getName, getPath, getSecure, getValue, getVersion, setComment, setDomain, setMaxAge, setPath, setSecure, setValue, setVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatCookie

public TomcatCookie(java.lang.String name,
                    java.lang.String value)
Method Detail

getHttpOnly

public boolean getHttpOnly()

setHttpOnly

public void setHttpOnly(boolean httpOnly)


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.