Package org.alfresco.i18n
Class ResourceBundleBootstrapComponent
- java.lang.Object
-
- org.alfresco.i18n.ResourceBundleBootstrapComponent
-
public class ResourceBundleBootstrapComponent extends java.lang.Object
Resource bundle bootstrap component.Provides a convenient way to make resource bundles available via Spring config.
- Author:
- Roy Wetherall
-
-
Constructor Summary
Constructors Constructor Description ResourceBundleBootstrapComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setResourceBundles(java.util.List<java.lang.String> resourceBundles)
Set the resource bundles to be registered.
-
-
-
Method Detail
-
setResourceBundles
public void setResourceBundles(java.util.List<java.lang.String> resourceBundles)
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
-
-