Uses of Package
org.apache.commons.resources

Packages that use org.apache.commons.resources
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. 
 

Classes in org.apache.commons.resources used by org.apache.commons.resources
Message
          An encapsulation of an individual message stored in a MessageList object, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
MessageList
           A class that encapsulates messages.
Messages
          Wrapper around any Resources object that performs message string lookups from the Resources instance, and parameter replacement via java.text.MessageFormat.
Resources
          An abstract representation of a set of internationalized resources, which are arbitrary objects identified by a unique String key.
ResourcesException
          This class is a general purpose wrapper exception for problems pertaining to Resources.
ResourcesFactory
          A ResourcesFactory is a factory pattern interface for a class that can create Resources instances based on a logical name that is passed to the factory.
 

Classes in org.apache.commons.resources used by org.apache.commons.resources.impl
Message
          An encapsulation of an individual message stored in a MessageList object, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
MessageList
           A class that encapsulates messages.
Resources
          An abstract representation of a set of internationalized resources, which are arbitrary objects identified by a unique String key.
ResourcesFactory
          A ResourcesFactory is a factory pattern interface for a class that can create Resources instances based on a logical name that is passed to the factory.
 



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