Uses of Interface
org.jboss.seam.international.status.Message

Packages that use Message
org.jboss.seam.international.status   
 

Uses of Message in org.jboss.seam.international.status
 

Subinterfaces of Message in org.jboss.seam.international.status
 interface MutableMessage
          A stateful Message object.
 

Methods in org.jboss.seam.international.status that return Message
 Message MessageBuilder.build()
          Generate a Message that represents the internal state of this builder.
 

Methods in org.jboss.seam.international.status that return types with arguments of type Message
 Set<Message> Messages.getAll()
          Retrieve all pending Messages in their final state - as they will be displayed to the user.
 

Methods in org.jboss.seam.international.status with parameters of type Message
 void Messages.add(Message message)
          Add a Message object to the pending message cache.
 



Copyright © 2011 Seam Framework. All Rights Reserved.