org.riotfamily.riot.status
Interface StatusMonitor

All Known Implementing Classes:
AbstractStatusMonitor, HqlStatusMonitor

public interface StatusMonitor

Interface that enables classes to display status messages on the Riot dashboard.

Author:
Felix Gnass [fgnass at neteye dot de]

Method Summary
 Collection<StatusMessage> getMessages(Locale locale)
          Implementors may return a Collection of StatusMessage instances.
 

Method Detail

getMessages

Collection<StatusMessage> getMessages(Locale locale)
Implementors may return a Collection of StatusMessage instances. Make sure that you properly escape all parts of the message that could contain user-generated content to prevent XSS attacks.