wt.util.resource
Class ListBundleFactory

java.lang.Object
  extended bywt.util.resource.ResourceBundleFactory
      extended bywt.util.resource.ListBundleFactory

public class ListBundleFactory
extends ResourceBundleFactory



Supported API: true

Extendable: false


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
ListBundleFactory()
           
 
Method Summary
 ResourceBundle getBundle(String basename)
          

Supported API: true
 ResourceBundle getBundle(String basename, Locale locale)
          

Supported API: true
 
Methods inherited from class wt.util.resource.ResourceBundleFactory
clearCache, clearCache, getBundle, getBundle, getFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ListBundleFactory

public ListBundleFactory()
Method Detail

getBundle

public ResourceBundle getBundle(String basename)


Supported API: true

Specified by:
getBundle in class ResourceBundleFactory
Parameters:
basename -
Returns:
ResourceBundle

getBundle

public ResourceBundle getBundle(String basename,
                                Locale locale)


Supported API: true

Specified by:
getBundle in class ResourceBundleFactory
Parameters:
basename -
locale -
Returns:
ResourceBundle