com.atlassian.bamboo.plugin.web
Class BambooResourceBatchingConfiguration

java.lang.Object
  extended by com.atlassian.bamboo.plugin.web.BambooResourceBatchingConfiguration
All Implemented Interfaces:
com.atlassian.plugin.webresource.ResourceBatchingConfiguration

public class BambooResourceBatchingConfiguration
extends Object
implements com.atlassian.plugin.webresource.ResourceBatchingConfiguration


Field Summary
static String BAMBOO_CONTEXT_BATCHING_DISABLED
           
 
Constructor Summary
BambooResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys)
           
 
Method Summary
 List<String> getSuperBatchModuleCompleteKeys()
           
 boolean isBatchContentTrackingEnabled()
           
 boolean isContextBatchingEnabled()
           
 boolean isJavaScriptTryCatchWrappingEnabled()
           
 boolean isPluginWebResourceBatchingEnabled()
           
 boolean isSuperBatchingEnabled()
           
 boolean resplitMergedContextBatchesForThisRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAMBOO_CONTEXT_BATCHING_DISABLED

public static final String BAMBOO_CONTEXT_BATCHING_DISABLED
See Also:
Constant Field Values
Constructor Detail

BambooResourceBatchingConfiguration

public BambooResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys)
Method Detail

getSuperBatchModuleCompleteKeys

public List<String> getSuperBatchModuleCompleteKeys()
Specified by:
getSuperBatchModuleCompleteKeys in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

isSuperBatchingEnabled

public boolean isSuperBatchingEnabled()
Specified by:
isSuperBatchingEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

isContextBatchingEnabled

public boolean isContextBatchingEnabled()
Specified by:
isContextBatchingEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

isPluginWebResourceBatchingEnabled

public boolean isPluginWebResourceBatchingEnabled()
Specified by:
isPluginWebResourceBatchingEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

isJavaScriptTryCatchWrappingEnabled

public boolean isJavaScriptTryCatchWrappingEnabled()
Specified by:
isJavaScriptTryCatchWrappingEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

isBatchContentTrackingEnabled

public boolean isBatchContentTrackingEnabled()
Specified by:
isBatchContentTrackingEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

resplitMergedContextBatchesForThisRequest

public boolean resplitMergedContextBatchesForThisRequest()
Specified by:
resplitMergedContextBatchesForThisRequest in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.