|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.loom.resources.PrecompiledWebResourceBundleFactory
@Singleton public class PrecompiledWebResourceBundleFactory
| Constructor Summary | |
|---|---|
PrecompiledWebResourceBundleFactory(org.springframework.core.io.ResourceLoader resourceLoader,
java.lang.String compiledIndexLocation)
|
|
| Method Summary | |
|---|---|
WebResourceBundle |
create(java.lang.String n)
Creates a WebResourceBundle |
WebResourceBundle |
create(java.lang.String name,
java.util.List<org.springframework.core.io.Resource> resources)
Creates a WebResourceBundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject
public PrecompiledWebResourceBundleFactory(org.springframework.core.io.ResourceLoader resourceLoader,
java.lang.String compiledIndexLocation)
| Method Detail |
|---|
public WebResourceBundle create(java.lang.String n)
WebResourceBundleFactoryWebResourceBundle
create in interface WebResourceBundleFactoryn - the location of the main (JS/CSS) file of the bundle.
public WebResourceBundle create(java.lang.String name,
java.util.List<org.springframework.core.io.Resource> resources)
WebResourceBundleFactoryWebResourceBundle
create in interface WebResourceBundleFactoryname - 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 | ||||||||