Package org.apache.struts2.interceptor
Interface CookieProvider
public interface CookieProvider
Action can create cookies which will be stored in response
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionSet<jakarta.servlet.http.Cookie>Return cookies which should be send to client
- 
Method Details- 
getCookiesSet<jakarta.servlet.http.Cookie> getCookies()Return cookies which should be send to client- Returns:
- set of cookies or null
 
 
-