public class BambooResourceBatchingConfiguration extends Object implements com.atlassian.plugin.webresource.ResourceBatchingConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
BAMBOO_CONTEXT_BATCHING_DISABLED |
Constructor and Description |
---|
BambooResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getSuperBatchModuleCompleteKeys() |
boolean |
isBatchContentTrackingEnabled() |
boolean |
isContextBatchingEnabled() |
boolean |
isJavaScriptTryCatchWrappingEnabled() |
boolean |
isPluginWebResourceBatchingEnabled() |
boolean |
isSourceMapEnabled() |
boolean |
isSuperBatchingEnabled() |
boolean |
resplitMergedContextBatchesForThisRequest() |
public static final String BAMBOO_CONTEXT_BATCHING_DISABLED
public List<String> getSuperBatchModuleCompleteKeys()
getSuperBatchModuleCompleteKeys
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isSuperBatchingEnabled()
isSuperBatchingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isContextBatchingEnabled()
isContextBatchingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isPluginWebResourceBatchingEnabled()
isPluginWebResourceBatchingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isJavaScriptTryCatchWrappingEnabled()
isJavaScriptTryCatchWrappingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isBatchContentTrackingEnabled()
isBatchContentTrackingEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean resplitMergedContextBatchesForThisRequest()
resplitMergedContextBatchesForThisRequest
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public boolean isSourceMapEnabled()
isSourceMapEnabled
in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.