Class ConfluenceResourceBatchingConfiguration
- java.lang.Object
 - 
- com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
 
 
- 
- All Implemented Interfaces:
 com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public class ConfluenceResourceBatchingConfiguration extends Object implements com.atlassian.plugin.webresource.ResourceBatchingConfiguration
Confluence's configuration for the super batch.This configuration lists a set of plugin:module keys that have been hand tested to work in the superbatch.
 
- 
- 
Constructor Summary
Constructors Constructor Description ConfluenceResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys, com.atlassian.plugin.webresource.ResourceBatchingConfiguration delegate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getSuperBatchModuleCompleteKeys()booleanisBatchContentTrackingEnabled()booleanisContextBatchingEnabled()booleanisJavaScriptTryCatchWrappingEnabled()booleanisPluginWebResourceBatchingEnabled()booleanisSourceMapEnabled()booleanisSuperBatchingEnabled()booleanoptimiseSourceMapsForDevelopment()booleanresplitMergedContextBatchesForThisRequest() 
 - 
 
- 
- 
Method Detail
- 
isSuperBatchingEnabled
public boolean isSuperBatchingEnabled()
- Specified by:
 isSuperBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
- 
getSuperBatchModuleCompleteKeys
public List<String> getSuperBatchModuleCompleteKeys()
- Specified by:
 getSuperBatchModuleCompleteKeysin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
- 
isContextBatchingEnabled
public boolean isContextBatchingEnabled()
- Specified by:
 isContextBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
- 
isPluginWebResourceBatchingEnabled
public boolean isPluginWebResourceBatchingEnabled()
- Specified by:
 isPluginWebResourceBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
- 
isBatchContentTrackingEnabled
public boolean isBatchContentTrackingEnabled()
- Specified by:
 isBatchContentTrackingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
- 
isJavaScriptTryCatchWrappingEnabled
public boolean isJavaScriptTryCatchWrappingEnabled()
- Specified by:
 isJavaScriptTryCatchWrappingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
- 
resplitMergedContextBatchesForThisRequest
public boolean resplitMergedContextBatchesForThisRequest()
- Specified by:
 resplitMergedContextBatchesForThisRequestin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
- 
isSourceMapEnabled
public boolean isSourceMapEnabled()
- Specified by:
 isSourceMapEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
- 
optimiseSourceMapsForDevelopment
public boolean optimiseSourceMapsForDevelopment()
- Specified by:
 optimiseSourceMapsForDevelopmentin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
 
 - 
 
 -