Uses of Enum Class
org.spincast.core.response.AlertLevel
Packages that use AlertLevel
Package
Description
-
Uses of AlertLevel in org.spincast.core.exchange
Methods in org.spincast.core.exchange with parameters of type AlertLevelModifier 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
Methods in org.spincast.core.filters that return AlertLevelModifier and TypeMethodDescriptionSpincastFiltersDefault.LazyLoadedFlashMessageAlert.getAlertType()
-
Uses of AlertLevel in org.spincast.core.response
Methods in org.spincast.core.response that return AlertLevelModifier 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.Constructors in org.spincast.core.response with parameters of type AlertLevel -
Uses of AlertLevel in org.spincast.plugins.response
Methods in org.spincast.plugins.response with parameters of type AlertLevelModifier and TypeMethodDescriptionvoid
SpincastResponseRequestContextAddon.addAlert
(AlertLevel alertType, String alertText) protected Alert
SpincastResponseRequestContextAddon.createAlert
(AlertLevel alertType, String alertText)