org.loom.resources
Interface WebResourceBundleFactory
- All Known Implementing Classes:
- DefaultWebResourceBundleFactory, PrecompiledWebResourceBundleFactory, ReloadableWebResourceBundleFactory
public interface WebResourceBundleFactory
create
WebResourceBundle create(java.lang.String location)
- Creates a
WebResourceBundle
- Parameters:
location
- the location of the main (JS/CSS) file of the bundle.
create
WebResourceBundle create(java.lang.String name,
java.util.List<org.springframework.core.io.Resource> resources)
- Creates a
WebResourceBundle
- Parameters:
name
- the name of the bundle.resources
- the list of resources to include in this bundle.