Package org.apache.tapestry5.alerts

Support for a standard way of presenting alerts to the user, via the AlertManager service combined with the Alerts component.

See:
          Description

Interface Summary
AlertManager Manages Alerts (using the AlertStorage SSO.
 

Class Summary
Alert An Alert that may be presented to the user.
AlertStorage A stateless session object used to store Alerts between requests.
 

Enum Summary
Duration Controls how long an Alert is displayed to the end user.
Severity The severity of an Alert, used primarily to control how it is decorated when presented to the user on the client side.
 

Package org.apache.tapestry5.alerts Description

Support for a standard way of presenting alerts to the user, via the AlertManager service combined with the Alerts component.

Since:
5.3


Copyright © 2003-2012 The Apache Software Foundation.