Uses of Interface
net.sf.shineframework.common.messages.Message

Packages that use Message
net.sf.shineframework.common.messages   
net.sf.shineframework.common.tx.context   
 

Uses of Message in net.sf.shineframework.common.messages
 

Classes in net.sf.shineframework.common.messages that implement Message
 class MessageImpl
          A basic implementation of a message.
 

Uses of Message in net.sf.shineframework.common.tx.context
 

Methods in net.sf.shineframework.common.tx.context that return Message
 Message UserContext.addMessage(java.lang.String key, java.lang.Object... params)
          adds a message with params to the user context
 Message StandardUserContext.addMessage(java.lang.String key, java.lang.Object... params)
          adds a message with params to the user context
 

Methods in net.sf.shineframework.common.tx.context that return types with arguments of type Message
 java.util.List<Message> StandardUserContext.getMessages()
          retrieves all message
 



Copyright © 2007 sourceforge.net. All Rights Reserved.