Package org.ff4j.web.utils
Class WebUtils
java.lang.Object
org.ff4j.web.utils.WebUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.servlet.http.Cookiestatic ObjectgetSessionAttribute(jakarta.servlet.http.HttpServletRequest request, String name) static StringgetSessionId(jakarta.servlet.http.HttpServletRequest request) static voidsetSessionAttribute(jakarta.servlet.http.HttpServletRequest request, String name, Object value)
-
Constructor Details
-
WebUtils
public WebUtils()
-
-
Method Details
-
getCookie
public static jakarta.servlet.http.Cookie getCookie(jakarta.servlet.http.HttpServletRequest request, String name) -
getSessionId
-
getSessionAttribute
-
setSessionAttribute
-