org.jboss.seam.international.status
Interface MutableMessage

All Superinterfaces:
Message, Serializable
All Known Implementing Classes:
MessageImpl

public interface MutableMessage
extends Message

A stateful Message object.

Author:
Lincoln Baxter, III

Method Summary
 void setLevel(Level level)
          Set the Level representing the severity of this message.
 void setTargets(String targets)
          Set the targets for which a given view-layer or consumer should display this message, or to which this message should be attached.
 void setText(String summary)
          Set the message text.
 
Methods inherited from interface org.jboss.seam.international.status.Message
getLevel, getTargets, getText
 

Method Detail

setLevel

void setLevel(Level level)
Set the Level representing the severity of this message.


setText

void setText(String summary)
Set the message text.


setTargets

void setTargets(String targets)
Set 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.