| Package | Description |
|---|---|
| org.spincast.core.exchange | |
| org.spincast.core.guice | |
| org.spincast.core.json | |
| org.spincast.core.request | |
| org.spincast.core.validation |
| Modifier and Type | Method and Description |
|---|---|
Form |
RequestRequestContextAddon.getFormWithRootKey(String rootKey)
Gets the part of the submitted
FORM body
that is scoped by the specified root key. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseRequestContextAddon.addForm(Form form)
Adds a
Form object to the response's
model and links its validation messages to the
default "validation" root element. |
void |
ResponseRequestContextAddon.addForm(Form form,
String validationElementName)
Adds a
Form object to the response's
model and links its validation messages to the
specified validation element. |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends Form> |
SpincastCorePluginModule.getFormImplClass() |
| Modifier and Type | Method and Description |
|---|---|
Form |
JsonManager.createForm(String formName)
Creates an empty
Form, which is a JsonObject +
a validations container. |
| Modifier and Type | Class and Description |
|---|---|
class |
FormDefault |
| Modifier and Type | Method and Description |
|---|---|
Form |
FormFactory.createForm(String formName,
JsonObject formData) |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationSetSimple |
Copyright © 2018. All rights reserved.