Uses of Class
io.mangoo.routing.bindings.Session
-
Packages that use Session Package Description io.mangoo.routing io.mangoo.routing.bindings io.mangoo.templating io.mangoo.templating.directives -
-
Uses of Session in io.mangoo.routing
Methods in io.mangoo.routing that return Session Modifier and Type Method Description SessionAttachment. getSession()Methods in io.mangoo.routing with parameters of type Session Modifier and Type Method Description voidAttachment. setSession(Session session) -
Uses of Session in io.mangoo.routing.bindings
Methods in io.mangoo.routing.bindings that return Session Modifier and Type Method Description static SessionSession. create()SessionRequest. getSession()SessionSession. withAuthenticity(String authenticity)SessionSession. withContent(Map<String,String> values)SessionSession. withExpires(LocalDateTime expires)Methods in io.mangoo.routing.bindings with parameters of type Session Modifier and Type Method Description RequestRequest. withSession(Session session) -
Uses of Session in io.mangoo.templating
Methods in io.mangoo.templating with parameters of type Session Modifier and Type Method Description TemplateContextTemplateContext. withAuthenticity(Session session)TemplateContextTemplateContext. withAuthenticityForm(Session session)TemplateContextTemplateContext. withSession(Session session) -
Uses of Session in io.mangoo.templating.directives
Constructors in io.mangoo.templating.directives with parameters of type Session Constructor Description FormDirective(Session session)TokenDirective(Session session)
-