org.jboss.seam.international.status
Interface Message

All Superinterfaces:
Serializable
All Known Subinterfaces:
MutableMessage

public interface Message
extends Serializable

An object representing a message that needs to be displayed to the User.

Author:
Lincoln Baxter, III, Sebastian Sachtleben

Method Summary
 String getDetail()
          Get message detail.
 Level getLevel()
          Get the Level representing the severity of this message.
 String getTargets()
          Get the targets for which a given view-layer or consumer should display this message, or to which this message should be attached.
 String getText()
          Get the message text.
 

Method Detail

getLevel

Level getLevel()
Get the Level representing the severity of this message.


getText

String getText()
Get the message text.


getDetail

String getDetail()
Get message detail.


getTargets

String getTargets()
Get the targets for which a given view-layer or consumer should display this message, or to which this message should be attached.



Copyright © 2011 Seam Framework. All Rights Reserved.