Uses of Class
io.mangoo.routing.bindings.Flash
-
Packages that use Flash Package Description io.mangoo.routing io.mangoo.routing.bindings io.mangoo.templating -
-
Uses of Flash in io.mangoo.routing
Methods in io.mangoo.routing that return Flash Modifier and Type Method Description FlashAttachment. getFlash()Methods in io.mangoo.routing with parameters of type Flash Modifier and Type Method Description voidAttachment. setFlash(Flash flash) -
Uses of Flash in io.mangoo.routing.bindings
Methods in io.mangoo.routing.bindings that return Flash Modifier and Type Method Description static FlashFlash. create()FlashFlash. setDiscard(boolean discard)FlashFlash. withContent(Map<String,String> values) -
Uses of Flash in io.mangoo.templating
Methods in io.mangoo.templating with parameters of type Flash Modifier and Type Method Description TemplateContextTemplateContext. withFlash(Flash flash)
-