Class CookieUtil

java.lang.Object
org.frankframework.util.CookieUtil

public class CookieUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addCookie(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.Cookie cookie, int maxAge)
     
    static jakarta.servlet.http.Cookie
    getCookie(jakarta.servlet.http.HttpServletRequest request, String name)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getCookie

      public static jakarta.servlet.http.Cookie getCookie(jakarta.servlet.http.HttpServletRequest request, String name)
    • addCookie

      public static void addCookie(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.Cookie cookie, int maxAge)