public class PlatformResourceBundleLocator extends Object implements ResourceBundleLocator, ResourceBundleLocator
ResourceBundle.loadBundle(...).| Constructor and Description |
|---|
PlatformResourceBundleLocator(String bundleName) |
| Modifier and Type | Method and Description |
|---|---|
ResourceBundle |
getResourceBundle(Locale locale)
Search current thread classloader for the resource bundle.
|
public PlatformResourceBundleLocator(String bundleName)
public ResourceBundle getResourceBundle(Locale locale)
getResourceBundle in interface ResourceBundleLocatorlocale - The locale of the bundle to load.null if none is found.Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved