org.apache.tapestry5.internal.services
Interface CookieSource

All Known Implementing Classes:
TestableCookieSinkSource

public interface CookieSource

Provides the cookies from the browser.


Method Summary
 Cookie[] getCookies()
          Returns the cookies from the browser.
 

Method Detail

getCookies

Cookie[] getCookies()
Returns the cookies from the browser.



Copyright © 2003-2012 The Apache Software Foundation.