public class

DefaultResourceBatchingConfiguration

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

Class Overview

Default configuration for the plugin resource locator, for those applications that do not want to perform any super-batching.

Summary

Public Constructors
DefaultResourceBatchingConfiguration()
Public Methods
List<String> getSuperBatchModuleCompleteKeys()
Gets the list of resource plugin modules that should be included in the superbatch, in the order that they should be batched.
boolean isSuperBatchingEnabled()
Gets whether web resources in different resource modules should be batched together.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

Public Constructors

public DefaultResourceBatchingConfiguration ()

Public Methods

public List<String> getSuperBatchModuleCompleteKeys ()

Gets the list of resource plugin modules that should be included in the superbatch, in the order that they should be batched. No dependency resolution is performed, so it is important that the configuration includes all dependent resources in the right order. Any call to requireResource(String) for one of these resources will be a no-op, and any dependency resolution for resources will stop if the dependency is in the superbatch.

public boolean isSuperBatchingEnabled ()

Gets whether web resources in different resource modules should be batched together.