Each <alert-message> element describes a type of alert that can be sent by the gear.
Attribute
| name | Required. The short name of the message type. | 
Subelements
| message-type | The fully-qualified name of the alert message type. | 
| default-value | Can be one of the following: 
 
 
 | 
| resource-bundle | The resource bundle used by the alert message. | 
Alerts Element Example
<alerts> <alert-message name="EventViewedMessage"> <message-type>atg.portal.gear.calendar.EventViewedMessage</message-type> <default-value>yes_locked</default-value> <resource-bundle> atg.portal.gear.calendar.EventViewedResources </resource-bundle> </alert-message> </alerts>

