Uses of Class
org.apache.commons.resources.impl.ResourcesFactoryBase

Packages that use ResourcesFactoryBase
org.apache.commons.resources.impl This package contains implementations for the various defined in the org.apache.commons.resources package. 
 

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

Subclasses of ResourcesFactoryBase in org.apache.commons.resources.impl
 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 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.