Uses of Interface
org.spincast.core.request.Form
Packages that use Form
Package
Description
-
Uses of Form in org.spincast.core.exchange
Methods in org.spincast.core.exchange that return FormModifier and TypeMethodDescriptionGets the part of the submittedFORM
body that is scoped by the specifiedroot key
.RequestRequestContextAddon.getFormOrCreate
(String rootKey) Gets the part of the submittedFORM
body that is scoped by the specifiedroot key
.Methods in org.spincast.core.exchange with parameters of type Form -
Uses of Form in org.spincast.core.guice
Methods in org.spincast.core.guice that return types with arguments of type Form -
Uses of Form in org.spincast.core.json
Methods in org.spincast.core.json that return FormModifier and TypeMethodDescriptionJsonManager.createForm
(String formName) Creates an emptyForm
, which is a JsonObject + a validations container. -
Uses of Form in org.spincast.core.request
Classes in org.spincast.core.request that implement FormMethods in org.spincast.core.request that return Form -
Uses of Form in org.spincast.core.validation
Classes in org.spincast.core.validation that implement Form -
Uses of Form in org.spincast.plugins.gson
Methods in org.spincast.plugins.gson that return Form -
Uses of Form in org.spincast.plugins.jacksonjson
Methods in org.spincast.plugins.jacksonjson that return Form -
Uses of Form in org.spincast.plugins.request
Methods in org.spincast.plugins.request that return Form -
Uses of Form in org.spincast.plugins.response
Methods in org.spincast.plugins.response with parameters of type Form -
Uses of Form in org.spincast.website.controllers.demos
Methods in org.spincast.website.controllers.demos with parameters of type FormModifier and TypeMethodDescriptionprotected void
DemoHtmlFormsDynamicFieldsController.validateForm
(Form form) Validation of the form.protected void
DemoHtmlFormsMultipleFieldsController.validateForm
(Form form) Validates the form.protected void
DemoHtmlFormsSingleFieldController.validateForm
(Form form) Validates the form.