|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableMessage
A stateful Message
object.
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 |
---|
void setLevel(Level level)
Level
representing the severity of this message.
void setText(String summary)
void setDetail(String detail)
void setTargets(String targets)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |