org.pentaho.platform.plugin.action.jfreereport.helper
Class PentahoResourceBundleFactory

java.lang.Object
  extended by org.pentaho.platform.plugin.action.jfreereport.helper.PentahoResourceBundleFactory
Direct Known Subclasses:
PentahoResourceBundleFactory

public class PentahoResourceBundleFactory
extends Object

The resource-bundle factory is responsible for loading referenced resourcebundles. The default action is to load these bundles using the standard JDK methods. If no bundle-name is given, the default name for the xaction's assigned resource-bundle is used instead.


Constructor Summary
PentahoResourceBundleFactory(String inPath, String inBaseName, IPentahoSession inSession)
           
 
Method Summary
 Locale getLocale()
           
 ResourceBundle getResourceBundle(String resourceName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoResourceBundleFactory

public PentahoResourceBundleFactory(String inPath,
                                    String inBaseName,
                                    IPentahoSession inSession)
Method Detail

getLocale

public Locale getLocale()

getResourceBundle

public ResourceBundle getResourceBundle(String resourceName)