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

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

Methods in org.apache.commons.resources with parameters of type ResourcesFactory
static void Messages.setFactory(ResourcesFactory factory)
          Set the ResourcesFactory that will be used by the getMessages() method.
 

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

Classes in org.apache.commons.resources.impl that implement ResourcesFactory
 class JDBCResourcesFactory
          Concrete implementation of ResourcesFactory that creates Resources instances that wraps a JDBC database connection and retrieves values for the given Locale and have name suffixes reflecting the Locale for which the document's messages apply.
 class PropertyResourcesFactory
          Concrete implementation of ResourcesFactory that creates Resources instances that wrap a family (one per Locale) of properties files that share a base URL and have name suffices reflecting the Locale for which the document's messages apply.
 class ResourceBundleResourcesFactory
          Concrete implementation of ResourcesFactory that creates Resources instances that wrap a set (one per Locale) of java.util.ResourceBundle instances that share a common base name.
 class ResourcesFactoryBase
          Convenience base class for ResourcesFactory implementations.
 class WebappPropertyResourcesFactory
          Concrete implementation of ResourcesFactory that creates Resources instances that wrap a family (one per Locale) of property files that share a base context-relative path for servlet context resources, and have name suffixes reflecting the Locale for which the file's messages apply.
 class WebappResourcesFactoryBase
          Convenience base class for Web App implementations of ResourcesFactory.
 class WebappXMLResourcesFactory
          Concrete implementation of ResourcesFactory that creates Resources instances that wrap a family (one per Locale) of XML documents that share a base context-relative path for servlet context resources, and have name suffixes reflecting the Locale for which the document's messages apply.
 class XMLResourcesFactory
          Concrete implementation of ResourcesFactory that creates Resources instances that wrap a family (one per Locale) of XML documents that share a base URL and have name suffices reflecting the Locale for which the document's messages apply.
 



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