Uses of Enum Class
org.spincast.core.response.AlertLevel
Package
Description
-
Uses of AlertLevel in org.spincast.core.exchange
Modifier and TypeMethodDescriptionvoid
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. -
Uses of AlertLevel in org.spincast.core.filters
Modifier and TypeMethodDescriptionSpincastFiltersDefault.LazyLoadedFlashMessageAlert.getAlertType()
-
Uses of AlertLevel in org.spincast.core.response
Modifier and TypeMethodDescriptionAlert.getAlertType()
The type of the Alert message.AlertDefault.getAlertType()
static AlertLevel
Returns the enum constant of this class with the specified name.static AlertLevel[]
AlertLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AlertLevel in org.spincast.plugins.response
Modifier and TypeMethodDescriptionvoid
SpincastResponseRequestContextAddon.addAlert
(AlertLevel alertType, String alertText) protected Alert
SpincastResponseRequestContextAddon.createAlert
(AlertLevel alertType, String alertText)