com.atlassian.confluence.plugin.webresource
Class ConfluenceResourceBatchingConfiguration
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceResourceBatchingConfiguration
public ConfluenceResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys)
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