org.jboss.seam.international.status
Interface MutableMessage

All Superinterfaces:
Message, Serializable

public interface MutableMessage
extends Message

A stateful Message object.

Author:
Lincoln Baxter, III, Sebastian Sachtleben

Method Summary
 void setDetail(String detail)
          Set the message detail.
 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
getDetail, 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.


setDetail

void setDetail(String detail)
Set the message detail.


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.