Package de.xima.fc.i18n
Class FcI18nBundleLocator
java.lang.Object
de.xima.fc.i18n.FcI18nBundleLocator
- All Implemented Interfaces:
 IResourceBundleLocator
A Hibernate bean validation API resource bundle locator for the 
i18n.fc resource bundle.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IResourceBundleLocatorAn immutable instance of this bundle locator. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetResourceBundle(Locale locale) Returns a resource bundle for the given locale. 
- 
Field Details
- 
INSTANCE
An immutable instance of this bundle locator. 
 - 
 - 
Constructor Details
- 
FcI18nBundleLocator
public FcI18nBundleLocator() 
 - 
 - 
Method Details
- 
getResourceBundle
Description copied from interface:IResourceBundleLocatorReturns a resource bundle for the given locale.- Specified by:
 getResourceBundlein interfaceIResourceBundleLocator- Parameters:
 locale- A locale, for which a resource bundle shall be retrieved. Must not benull.- Returns:
 - A resource bundle for the given locale. May be 
null, if no such bundle exists. 
 
 -