| Modifier and Type | Method and Description |
|---|---|
Form |
RequestRequestContextAddon.getForm(String name)
|
| 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 |
SpincastJsonManager.createForm(String formName) |
| Modifier and Type | Method and Description |
|---|---|
Form |
SpincastRequestRequestContextAddon.getForm(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpincastResponseRequestContextAddon.addForm(Form form) |
void |
SpincastResponseRequestContextAddon.addForm(Form form,
String validationElementName) |
Copyright © 2018. All rights reserved.