Package org.spincast.core.response
Interface Alert
- All Known Implementing Classes:
AlertDefault,SpincastFiltersDefault.LazyLoadedFlashMessageAlert
public interface Alert
An
Alert is am Error, a Warning
or a Confirmation message often displayed at the top
of a webpage to inform the user about the result
of an action.-
Method Summary
Modifier and TypeMethodDescriptionThe type of the Alert message.getText()The text of the Alert message.
-
Method Details
-
getAlertType
AlertLevel getAlertType()The type of the Alert message. -
getText
String getText()The text of the Alert message.
-