|
||||||||||
| 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.
| Field Summary | |
|---|---|
static String |
PLUGIN_WEBRESOURCE_BATCHING_OFF
|
| Constructor Summary | |
|---|---|
DefaultResourceBatchingConfiguration()
|
|
| Method Summary | |
|---|---|
List<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 |
isContextBatchingEnabled()
Determines whether web resources in the same context should be batched together. |
boolean |
isPluginWebResourceBatchingEnabled()
Determines whether plugin resources of the same type defined within a single web resource are batched into one file. |
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 |
| Field Detail |
|---|
public static final String PLUGIN_WEBRESOURCE_BATCHING_OFF
| Constructor Detail |
|---|
public DefaultResourceBatchingConfiguration()
| Method Detail |
|---|
public boolean isSuperBatchingEnabled()
ResourceBatchingConfiguration
isSuperBatchingEnabled in interface ResourceBatchingConfigurationpublic List<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 ResourceBatchingConfigurationpublic boolean isContextBatchingEnabled()
ResourceBatchingConfiguration
isContextBatchingEnabled in interface ResourceBatchingConfigurationpublic boolean isPluginWebResourceBatchingEnabled()
ResourceBatchingConfiguration
isPluginWebResourceBatchingEnabled in interface ResourceBatchingConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||