Package helma.framework
Class CookieTrans
java.lang.Object
helma.framework.CookieTrans
- All Implemented Interfaces:
Serializable
Cookie Transmitter. A simple, serializable representation
of an HTTP cookie.
- See Also:
-
Method Summary
-
Method Details
-
getName
- Returns:
- ...
-
getValue
- Returns:
- ...
-
getDays
public int getDays()- Returns:
- ...
-
getPath
- Returns:
- ...
-
getDomain
- Returns:
- ...
-
getHttpOnly
public boolean getHttpOnly()- Returns:
- ...
-
getSecure
public boolean getSecure()- Returns:
- ...
-
getCookie
- Parameters:
defaultPath
- ...defaultDomain
- ...- Returns:
- ...
-