Class Alert

java.lang.Object
org.apache.tapestry5.alerts.Alert
All Implemented Interfaces:
Serializable

public class Alert extends Object implements Serializable
An Alert that may be presented to the user. The Alert has a message, but also includes a severity (that controls how it is presented to the user), and a duration (that controls how long it is presented to the user). If the markup field is true, the message is treated as HTML and used without any escaping.
Since:
5.3
See Also: