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 submittedFORMbody that is scoped by the specifiedroot key.RequestRequestContextAddon.getFormOrCreate(String rootKey) Gets the part of the submittedFORMbody 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