org.apache.struts2.interceptor
接口 CookieProvider


public interface CookieProvider

Action can create cookies which will be stored in response

另请参见:
CookieProviderInterceptor

方法摘要
 Set<javax.servlet.http.Cookie> getCookies()
          Return cookies which should be send to client
 

方法详细信息

getCookies

Set<javax.servlet.http.Cookie> getCookies()
Return cookies which should be send to client

返回:
set of cookies or null