public class

ConfluenceResourceBatchingConfiguration

extends Object
implements ResourceBatchingConfiguration
java.lang.Object
   ↳ com.atlassian.confluence.plugin.webresource.ConfluenceResourceBatchingConfiguration

Class Overview

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.

Summary

Public Constructors
ConfluenceResourceBatchingConfiguration(List<String> superBatchModuleCompleteKeys)
Public Methods
List<String> getSuperBatchModuleCompleteKeys()
boolean isContextBatchingEnabled()
boolean isPluginWebResourceBatchingEnabled()
boolean isSuperBatchingEnabled()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

Public Constructors

public ConfluenceResourceBatchingConfiguration (List<String> superBatchModuleCompleteKeys)

Public Methods

public List<String> getSuperBatchModuleCompleteKeys ()

public boolean isContextBatchingEnabled ()

public boolean isPluginWebResourceBatchingEnabled ()

public boolean isSuperBatchingEnabled ()