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 TypeMethodDescriptionSets the domain for which this cookie is valid.static Context.CookieCreates and returns a new expired cookie with the given name.Context.Cookie.expires(ZonedDateTime expires) Sets the date and time when this cookie expires.Context.Cookie.httpOnly(boolean httpOnly) Sets the HttpOnly attribute for this cookie.Sets the maximum age (in seconds) of this cookie.static Context.CookieCreates and returns a new cookie with the given name and value.Sets the path on the server for which this cookie is valid.Context.Cookie.secure(boolean secure) Sets the secure attribute for this cookie.Methods in io.avaje.jex with parameters of type Context.CookieModifier and TypeMethodDescriptionContext.cookie(Context.Cookie cookie) Sets a cookie using the providedContext.Cookieobject.