Class 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
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceBundleBootstrapComponent

        public ResourceBundleBootstrapComponent()
    • 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