Package org.apache.struts2.interceptor
Interface CookiesAware
Deprecated.
Actions implementing the CookiesAware interface will receive
a Map of filtered cookies via the setCookiesMap method.
Please note that the
CookieInterceptor
needs to be
activated to receive a cookies map.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCookiesMap
(Map<String, String> cookies) Deprecated.please useCookiesAware.withCookies(Map)
instead
-
Method Details
-
setCookiesMap
Deprecated.please useCookiesAware.withCookies(Map)
insteadSets a map of filtered cookies.- Parameters:
cookies
- the cookies
-
CookiesAware
instead