|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.loom.resources.DefaultWebResourceBundleFactory
org.loom.resources.ReloadableWebResourceBundleFactory
@Singleton public class ReloadableWebResourceBundleFactory
Creates ReloadableWebResourceBundle instances that are aware of changes in any referenced resource file.
| Field Summary |
|---|
| Fields inherited from class org.loom.resources.DefaultWebResourceBundleFactory |
|---|
cssCompiler, jsCompiler, resourceLoader |
| Constructor Summary | |
|---|---|
ReloadableWebResourceBundleFactory()
|
|
| Method Summary | |
|---|---|
WebResourceBundle |
create(java.lang.String name,
java.util.List<org.springframework.core.io.Resource> resources)
Creates a WebResourceBundle |
| Methods inherited from class org.loom.resources.DefaultWebResourceBundleFactory |
|---|
create, initDefaultCompiler, initDefaultCompilers, setCssCompiler, setDevelopment, setJsCompiler, setResourceLoader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReloadableWebResourceBundleFactory()
| Method Detail |
|---|
public WebResourceBundle create(java.lang.String name,
java.util.List<org.springframework.core.io.Resource> resources)
WebResourceBundleFactoryWebResourceBundle
create in interface WebResourceBundleFactorycreate in class DefaultWebResourceBundleFactoryname - the name of the bundle.resources - the list of resources to include in this bundle.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||