org.apache.struts2.interceptor
接口 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.


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

方法详细信息

setCookiesMap

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

参数:
cookies - the cookies