Package io.jmix.flowui.sys
Class AppCookies
java.lang.Object
io.jmix.flowui.sys.AppCookies
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddCookie(jakarta.servlet.http.Cookie cookie) voidvoidprotected jakarta.servlet.http.Cookieprotected jakarta.servlet.http.CookiegetCookieIfEnabled(String name) intgetCookieMaxAge(String name) getCookieValue(String name) protected org.springframework.web.context.request.ServletRequestAttributesbooleanvoidremoveCookie(String name) voidsetCookiePath(String cookiePath) voidsetCookiesEnabled(boolean cookiesEnabled) void
- 
Field Details- 
COOKIE_LOCALE- See Also:
 
- 
COOKIE_REMEMBER_ME- See Also:
 
- 
COOKIE_LOGIN- See Also:
 
- 
COOKIE_PASSWORD- See Also:
 
- 
COOKIE_MAX_AGEpublic static final int COOKIE_MAX_AGE- See Also:
 
- 
requestedCookies
- 
cookiePath
- 
cookiesEnabledprotected boolean cookiesEnabled
 
- 
- 
Constructor Details- 
AppCookiespublic AppCookies()
 
- 
- 
Method Details- 
getCookieValue
- 
getCookieMaxAge
- 
addCookie
- 
addCookie
- 
removeCookie
- 
getCookieIfEnabled
- 
getCookie
- 
addCookieprotected void addCookie(jakarta.servlet.http.Cookie cookie) 
- 
getRequestContextprotected org.springframework.web.context.request.ServletRequestAttributes getRequestContext()
- 
updateCookiespublic void updateCookies()
- 
getCookiePath
- 
setCookiePath
- 
isCookiesEnabledpublic boolean isCookiesEnabled()
- 
setCookiesEnabledpublic void setCookiesEnabled(boolean cookiesEnabled) 
 
-