|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.webresource.DefaultResourceBatchingConfiguration
public class DefaultResourceBatchingConfiguration
Default configuration for the plugin resource locator, for those applications that do not want to perform any super-batching.
| Constructor Summary | |
|---|---|
DefaultResourceBatchingConfiguration()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getSuperBatchModuleCompleteKeys()
Gets the list of resource plugin modules that should be included in the superbatch, in the order that they should be batched. |
boolean |
isSuperBatchingEnabled()
Gets whether web resources in different resource modules should be batched together. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultResourceBatchingConfiguration()
| Method Detail |
|---|
public boolean isSuperBatchingEnabled()
ResourceBatchingConfiguration
isSuperBatchingEnabled in interface ResourceBatchingConfigurationpublic java.util.List<java.lang.String> getSuperBatchModuleCompleteKeys()
ResourceBatchingConfigurationWebResourceManager.requireResource(java.lang.String) for one of these resources will be a no-op,
and any dependency resolution for resources will stop if the dependency is in the superbatch.
getSuperBatchModuleCompleteKeys in interface ResourceBatchingConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||