Class 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 Detail

      • ResourceBundleBootstrapComponent

        public ResourceBundleBootstrapComponent()
    • Method Detail

      • setResourceBundles

        public void setResourceBundles​(List<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