Package org.frankframework.util
Class CookieUtil
java.lang.Object
org.frankframework.util.CookieUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addCookie
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, jakarta.servlet.http.Cookie cookie, int maxAge) static jakarta.servlet.http.Cookie
-
Constructor Details
-
CookieUtil
public CookieUtil()
-
-
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)
-