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

Field Summary
static String PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING
           
 
Constructor Summary
JiraWebResourceBatchingConfiguration()
           
 
Method Summary
 List<String> getSuperBatchModuleCompleteKeys()
           
 boolean isBatchContentTrackingEnabled()
           
 boolean isContextBatchingEnabled()
           
 boolean isPluginWebResourceBatchingEnabled()
           
 boolean isSuperBatchingEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING

public static final String PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING
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

isBatchContentTrackingEnabled

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

getSuperBatchModuleCompleteKeys

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.