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

Method Summary
 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.


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 © 2009-2010 Seam Framework. All Rights Reserved.