org.apache.struts2.interceptor
Interface CookiesAware


public interface CookiesAware

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
 void setCookiesMap(Map<String,String> cookies)
          Sets a map of filtered cookies.
 

Method Detail

setCookiesMap

void setCookiesMap(Map<String,String> cookies)
Sets a map of filtered cookies.

Parameters:
cookies - the cookies


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.