|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.constructs.web.SerializableCookie
public class SerializableCookie
A serializable cookie which wraps Cookie. This gets around a NotSerializable error with Cookie when non memory stores are used.
Constructor Summary | |
---|---|
SerializableCookie(javax.servlet.http.Cookie cookie)
Creates a cookie. |
Method Summary | |
---|---|
javax.servlet.http.Cookie |
toCookie()
Builds a Cookie object from this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializableCookie(javax.servlet.http.Cookie cookie)
Method Detail |
---|
public javax.servlet.http.Cookie toCookie()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |