Interface CookieSource
-
- All Known Implementing Classes:
TestableCookieSinkSource
public interface CookieSource
Provides the cookies from the browser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.servlet.http.Cookie[]
getCookies()
Returns the cookies from the browser.
-
-
-
Method Detail
-
getCookies
javax.servlet.http.Cookie[] getCookies()
Returns the cookies from the browser.
-
-