Uses of Interface
io.avaje.jex.Context.Cookie
Packages that use Context.Cookie
-
Uses of Context.Cookie in io.avaje.jex
Methods in io.avaje.jex that return Context.CookieModifier and TypeMethodDescriptionSet the domain.static Context.CookieReturn an expired cookie given the name.Context.Cookie.expires(ZonedDateTime expires) Set when the cookie expires.Context.Cookie.httpOnly(boolean httpOnly) Set the httpOnly attribute of the cookie.Set the max age.static Context.CookieReturn a new cookie given the name and value.Set the path.Context.Cookie.secure(boolean secure) Set the secure attribute of the cookie.Methods in io.avaje.jex with parameters of type Context.Cookie