Package org.alfresco.i18n
Class ResourceBundleBootstrapComponent
java.lang.Object
org.alfresco.i18n.ResourceBundleBootstrapComponent
Resource bundle bootstrap component.
Provides a convenient way to make resource bundles available via Spring config.
- Author:
- Roy Wetherall
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setResourceBundles
(List<String> resourceBundles) Set the resource bundles to be registered.
-
Constructor Details
-
ResourceBundleBootstrapComponent
public ResourceBundleBootstrapComponent()
-
-
Method Details
-
setResourceBundles
Set the resource bundles to be registered. This should be a list of resource bundle base names whose content will be made available across the repository.- Parameters:
resourceBundles
- the resource bundles
-