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:

yes_locked--the alert is sent to users automatically and they cannot opt out of receiving it.

yes_opened—the alert will be sent only to users who specifically request it.

no—the alert will not be sent by default.

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>
 
loading table of contents...