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
ConstructorDescriptionConfluenceResourceBatchingConfiguration
(List<String> superBatchModuleCompleteKeys, com.atlassian.plugin.webresource.ResourceBatchingConfiguration delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Details
-
ConfluenceResourceBatchingConfiguration
-
-
Method Details
-
isSuperBatchingEnabled
public boolean isSuperBatchingEnabled()- Specified by:
isSuperBatchingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
getSuperBatchModuleCompleteKeys
- Specified by:
getSuperBatchModuleCompleteKeys
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isContextBatchingEnabled
public boolean isContextBatchingEnabled()- Specified by:
isContextBatchingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isPluginWebResourceBatchingEnabled
public boolean isPluginWebResourceBatchingEnabled()- Specified by:
isPluginWebResourceBatchingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isBatchContentTrackingEnabled
public boolean isBatchContentTrackingEnabled()- Specified by:
isBatchContentTrackingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isJavaScriptTryCatchWrappingEnabled
public boolean isJavaScriptTryCatchWrappingEnabled()- Specified by:
isJavaScriptTryCatchWrappingEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
resplitMergedContextBatchesForThisRequest
public boolean resplitMergedContextBatchesForThisRequest()- Specified by:
resplitMergedContextBatchesForThisRequest
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isSourceMapEnabled
public boolean isSourceMapEnabled()- Specified by:
isSourceMapEnabled
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
optimiseSourceMapsForDevelopment
public boolean optimiseSourceMapsForDevelopment()- Specified by:
optimiseSourceMapsForDevelopment
in interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-