com.atlassian.jira.plugin.webresource
Class JiraWebResourceBatchingConfiguration

java.lang.Object
  extended by com.atlassian.jira.plugin.webresource.JiraWebResourceBatchingConfiguration
All Implemented Interfaces:
com.atlassian.plugin.webresource.ResourceBatchingConfiguration

public class JiraWebResourceBatchingConfiguration
extends Object
implements com.atlassian.plugin.webresource.ResourceBatchingConfiguration

Determins which resources are included superbatched on every page!

Since:
v4.3

Constructor Summary
JiraWebResourceBatchingConfiguration()
           
 
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

JiraWebResourceBatchingConfiguration

public JiraWebResourceBatchingConfiguration()
Method Detail

isSuperBatchingEnabled

public boolean isSuperBatchingEnabled()
Specified by:
isSuperBatchingEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

isContextBatchingEnabled

public boolean isContextBatchingEnabled()
Specified by:
isContextBatchingEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

isPluginWebResourceBatchingEnabled

public boolean isPluginWebResourceBatchingEnabled()
Specified by:
isPluginWebResourceBatchingEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration

getSuperBatchModuleCompleteKeys

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


Copyright © 2002-2012 Atlassian. All Rights Reserved.