Package org.spincast.core.flash
Interface FlashMessage
- All Known Implementing Classes:
FlashMessageDefault
public interface FlashMessage
A Flash message. Will only be displayed one time
to the user when a redirection is performed.
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the Flash message.getText()
The text of the Flash message.Potential variables associated with this Flash message.
-
Method Details
-
getFlashType
FlashMessageLevel getFlashType()The type of the Flash message. -
getText
String getText()The text of the Flash message. -
getVariables
JsonObject getVariables()Potential variables associated with this Flash message. May benull
!
-