org.springframework.extensions.surf.util
Class ResourceBundleBootstrapComponent

java.lang.Object
  extended by org.springframework.extensions.surf.util.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
ResourceBundleBootstrapComponent()
           
 
Method Summary
 void setResourceBundles(List<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(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


Copyright © 2009 SpringSource, Inc. All Rights Reserved.