| Modifier and Type | Method and Description |
|---|---|
Form |
RequestRequestContextAddon.getForm(String rootKey)
Gets the part of the submitted
FORM body
that is scoped by the specified root key. |
Form |
RequestRequestContextAddon.getFormOrCreate(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 |
| Modifier and Type | Method and Description |
|---|---|
Form |
SpincastGsonManager.createForm(String formName) |
| Modifier and Type | Method and Description |
|---|---|
Form |
SpincastJsonManager.createForm(String formName) |
| Modifier and Type | Method and Description |
|---|---|
Form |
SpincastRequestRequestContextAddon.getForm(String rootKey) |
protected Form |
SpincastRequestRequestContextAddon.getForm(String rootKey,
boolean createIfNotFound) |
Form |
SpincastRequestRequestContextAddon.getFormOrCreate(String rootKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpincastResponseRequestContextAddon.addForm(Form form) |
void |
SpincastResponseRequestContextAddon.addForm(Form form,
String validationElementName) |
Copyright © 2019. All rights reserved.