| Package | Description |
|---|---|
| org.spincast.core.exchange | |
| org.spincast.core.response | |
| org.spincast.plugins.response |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseRequestContextAddon.addAlert(AlertLevel level,
String message)
Adds an Alert that is, in general, displayed at the top
of the page to show the user an Error, a Warning or a
confirmation message.
|
| Modifier and Type | Method and Description |
|---|---|
AlertLevel |
AlertDefault.getAlertType() |
AlertLevel |
Alert.getAlertType()
The type of the Alert message.
|
static AlertLevel |
AlertLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertLevel[] |
AlertLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AlertDefault(AlertLevel alertType,
String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpincastResponseRequestContextAddon.addAlert(AlertLevel alertType,
String alertText) |
protected Alert |
SpincastResponseRequestContextAddon.createAlert(AlertLevel alertType,
String alertText) |
Copyright © 2017. All rights reserved.