| Package | Description |
|---|---|
| org.spincast.core.request | |
| org.spincast.core.validation |
| Modifier and Type | Method and Description |
|---|---|
void |
FormDefault.addMessage(String validationKey,
ValidationLevel level,
String code,
String text) |
void |
FormDefault.addMessage(String validationKey,
ValidationLevel level,
String code,
String text,
boolean htmlEscape) |
| Modifier and Type | Method and Description |
|---|---|
ValidationLevel |
ValidationMessageDefault.getValidationLevel() |
ValidationLevel |
ValidationMessage.getValidationLevel()
The validation level of thr message :
ERROR, WARNING or SUCCESS.
|
static ValidationLevel |
ValidationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationLevel[] |
ValidationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationSet.addMessage(String validationKey,
ValidationLevel messageLevel,
String code,
String text)
Creates and adds a new validation Message.
|
void |
ValidationSet.addMessage(String validationKey,
ValidationLevel messageLevel,
String code,
String text,
boolean htmlEscape)
Creates and adds a new validation Message.
|
ValidationMessage |
ValidationFactory.createMessage(ValidationLevel level,
String code,
String text,
boolean htmlEscape) |
| Constructor and Description |
|---|
ValidationMessageDefault(ValidationLevel validationLevel,
String code,
String text,
boolean htmlEscape,
JsonManager jsonManager) |
Copyright © 2018. All rights reserved.