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 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 be null!