Package org.alfresco.i18n
Class ResourceBundleBootstrapComponent
- java.lang.Object
-
- org.alfresco.i18n.ResourceBundleBootstrapComponent
-
public class ResourceBundleBootstrapComponent extends 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(List<String> resourceBundles)
Set the resource bundles to be registered.
-