|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.cactus.util.ClientCookie
Contains cookie information for cookies returned from the server to the client.
Cookie
Constructor Summary | |
ClientCookie(java.lang.String theName,
java.lang.String theValue,
java.lang.String theComment,
java.lang.String theDomain,
long theMaxAge,
java.lang.String thePath,
boolean isSecure,
float theVersion)
Deprecated. Construct a client cookie. |
Method Summary | |
java.lang.String |
getComment()
Deprecated. |
java.lang.String |
getDomain()
Deprecated. |
long |
getMaxAge()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
java.lang.String |
getPath()
Deprecated. |
java.lang.String |
getValue()
Deprecated. |
float |
getVersion()
Deprecated. |
boolean |
isSecure()
Deprecated. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientCookie(java.lang.String theName, java.lang.String theValue, java.lang.String theComment, java.lang.String theDomain, long theMaxAge, java.lang.String thePath, boolean isSecure, float theVersion)
theName
- the cookie's nametheValue
- the cookie's valuetheComment
- the cookie's commenttheDomain
- the cookie's domaintheMaxAge
- the cookie's max agethePath
- the cookie's pathisSecure
- true is the cookies is a secure cookietheVersion
- the cookie's versionMethod Detail |
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getComment()
public java.lang.String getDomain()
public long getMaxAge()
public java.lang.String getPath()
public boolean isSecure()
public float getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |