org.apache.tapestry5.internal.services
Interface CookieSink

All Known Implementing Classes:
TestableCookieSinkSource

public interface CookieSink

You can write cookies to it.


Method Summary
 void addCookie(Cookie cookie)
          Adds a cookie to the sink
 

Method Detail

addCookie

void addCookie(Cookie cookie)
Adds a cookie to the sink



Copyright © 2003-2012 The Apache Software Foundation.