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