Class TestableCookieSinkSource
java.lang.Object
org.apache.tapestry5.internal.test.TestableCookieSinkSource
- All Implemented Interfaces:
CookieSink
,CookieSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCookie
(javax.servlet.http.Cookie cookie) Adds a cookie to the sinkjavax.servlet.http.Cookie[]
Returns the cookies from the browser.
-
Constructor Details
-
TestableCookieSinkSource
public TestableCookieSinkSource()
-
-
Method Details
-
getCookies
Description copied from interface:CookieSource
Returns the cookies from the browser.- Specified by:
getCookies
in interfaceCookieSource
-
addCookie
Description copied from interface:CookieSink
Adds a cookie to the sink- Specified by:
addCookie
in interfaceCookieSink
-