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 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(List<String> superBatchModuleCompleteKeys)
           
 
Method Summary
 List<String> getSuperBatchModuleCompleteKeys()
           
 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 com.atlassian.plugin.webresource.ResourceBatchingConfiguration

getSuperBatchModuleCompleteKeys

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


Copyright © 2003-2011 Atlassian. All Rights Reserved.