Uses of Interface
org.apache.commons.resources.Message

Packages that use Message
org.apache.commons.resources Resources is a component that provides advanced management of message resources. 
org.apache.commons.resources.impl This package contains implementations for the various defined in the org.apache.commons.resources package. 
 

Uses of Message in org.apache.commons.resources
 

Methods in org.apache.commons.resources with parameters of type Message
 void MessageList.add(Message message)
          Add a message to the set of messages for the "global" property.
 void MessageList.add(String property, Message message)
          Add a message to the set of messages for the specified property.
 

Uses of Message in org.apache.commons.resources.impl
 

Classes in org.apache.commons.resources.impl that implement Message
 class BasicMessage
          A basic implementation of the Message interface.
 class DatabaseBasicMessage
          BasicMessage to allow standard ORM configuration (no complex keys).
 

Methods in org.apache.commons.resources.impl with parameters of type Message
 void BasicMessageList.add(Message message)
          Add a message to the set of messages for the "global" property.
 void BasicMessageList.add(String property, Message message)
          Add a message to the set of messages for the specified property.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.