Uses of Class
io.mangoo.routing.bindings.Form
-
Packages that use Form Package Description io.mangoo.admin io.mangoo.routing io.mangoo.templating -
-
Uses of Form in io.mangoo.admin
Methods in io.mangoo.admin with parameters of type Form Modifier and Type Method Description ResponseAdminController. authenticate(Form form)ResponseAdminController. verify(Form form) -
Uses of Form in io.mangoo.routing
Methods in io.mangoo.routing that return Form Modifier and Type Method Description FormAttachment. getForm()Methods in io.mangoo.routing with parameters of type Form Modifier and Type Method Description voidAttachment. setForm(Form form) -
Uses of Form in io.mangoo.templating
Methods in io.mangoo.templating with parameters of type Form Modifier and Type Method Description TemplateContextTemplateContext. withForm(Form form)
-