org.jasig.portlet.widget.service
Interface IAlert

All Known Implementing Classes:
BasicAlert, TimestampAlert

public interface IAlert


Method Summary
 String getBody()
          Provides the body text for the alert.
 String getHeader()
          Provides the header text for the alert.
 String getUrl()
          Provides a link to further information about this alter if available, otherwise null.
 

Method Detail

getHeader

String getHeader()
Provides the header text for the alert. May contain HTML markup, which should not be entity encoded.


getBody

String getBody()
Provides the body text for the alert. May contain HTML markup, which should not be entity encoded.


getUrl

String getUrl()
Provides a link to further information about this alter if available, otherwise null.



Copyright © 2012 Jasig. All Rights Reserved.