|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.validator.resourceloading.PlatformResourceBundleLocator
public class PlatformResourceBundleLocator
A resource bundle locator, that loads resource bundles by simply
invoking ResourceBundle.loadBundle(...).
| Constructor Summary | |
|---|---|
PlatformResourceBundleLocator(java.lang.String bundleName)
|
|
| Method Summary | |
|---|---|
java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale)
Search current thread classloader for the resource bundle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlatformResourceBundleLocator(java.lang.String bundleName)
| Method Detail |
|---|
public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getResourceBundle in interface ResourceBundleLocatorlocale - The locale of the bundle to load.
null if none is found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||