org.riotfamily.cachius.support
Class SerializableCookie

java.lang.Object
  extended by org.riotfamily.cachius.support.SerializableCookie
All Implemented Interfaces:
Serializable

public class SerializableCookie
extends Object
implements Serializable

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]
See Also:
Serialized Form

Constructor Summary
SerializableCookie(Cookie cookie)
           
 
Method Summary
 Cookie create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableCookie

public SerializableCookie(Cookie cookie)
Method Detail

create

public Cookie create()