com.atlassian.confluence.plugin.webresource
Class ConfluenceResourceBatchingConfiguration

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

public class ConfluenceResourceBatchingConfiguration
extends Object
implements 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(List<String> superBatchModuleCompleteKeys)
           
 
Method Summary
 List<String> getSuperBatchModuleCompleteKeys()
           
 boolean isContextBatchingEnabled()
           
 boolean isPluginWebResourceBatchingEnabled()
           
 boolean isSuperBatchingEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceResourceBatchingConfiguration

public ConfluenceResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys)
Method Detail

isSuperBatchingEnabled

public boolean isSuperBatchingEnabled()
Specified by:
isSuperBatchingEnabled in interface ResourceBatchingConfiguration

getSuperBatchModuleCompleteKeys

public List<String> getSuperBatchModuleCompleteKeys()
Specified by:
getSuperBatchModuleCompleteKeys in interface ResourceBatchingConfiguration

isContextBatchingEnabled

public boolean isContextBatchingEnabled()
Specified by:
isContextBatchingEnabled in interface ResourceBatchingConfiguration

isPluginWebResourceBatchingEnabled

public boolean isPluginWebResourceBatchingEnabled()
Specified by:
isPluginWebResourceBatchingEnabled in interface ResourceBatchingConfiguration


Confluence is developed by Atlassian.