Interface CookieProvider


public interface CookieProvider
Action can create cookies which will be stored in response
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<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