Uses of Interface
com.taco.util.IResourceBundleFactory

Packages that use IResourceBundleFactory
com.taco.util Provides utility classes for a variety of purposes. 
 

Uses of IResourceBundleFactory in com.taco.util
 

Classes in com.taco.util that implement IResourceBundleFactory
 class AbstractResourceBundleFactory
          An abstract implementation of IResourceBundleFactory that has provides implementations of methods that simply call other methods with default arguments.
 class ChainedResourceBundleFactory
          A factory for resource bundles that allows resource bundles to be chained.
 class ResourceBundleFactory
          A concrete implementation of IResourceBundleFactory.
 

Fields in com.taco.util declared as IResourceBundleFactory
protected  IResourceBundleFactory ChainedResourceBundleFactory._innerFactory
          The factory used to create inner bundles.
 

Constructors in com.taco.util with parameters of type IResourceBundleFactory
ChainedResourceBundleFactory(IResourceBundleFactory innerFactory)
          Create a new instance that uses the argument factory for creating inner bundles.