com.atlassian.confluence.plugin.webresource
Class ConfluenceResourceBatchingConfiguration

java.lang.Object
  extended by com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration
All Implemented Interfaces:
com.atlassian.plugin.webresource.ResourceBatchingConfiguration

public class ConfluenceResourceBatchingConfiguration
extends java.lang.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
ConfluenceResourceBatchingConfiguration(java.util.List<java.lang.String> superBatchModuleCompleteKeys, com.atlassian.plugin.webresource.ResourceBatchingConfiguration delegate)
           
 
Method Summary
 java.util.List<java.lang.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
 

Constructor Detail

ConfluenceResourceBatchingConfiguration

public ConfluenceResourceBatchingConfiguration(java.util.List<java.lang.String> superBatchModuleCompleteKeys,
                                               com.atlassian.plugin.webresource.ResourceBatchingConfiguration delegate)
Method Detail

isSuperBatchingEnabled

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

getSuperBatchModuleCompleteKeys

public java.util.List<java.lang.String> getSuperBatchModuleCompleteKeys()
Specified by:
getSuperBatchModuleCompleteKeys 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

isBatchContentTrackingEnabled

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

isJavaScriptTryCatchWrappingEnabled

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

resplitMergedContextBatchesForThisRequest

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.