Class JiraWebResourceBatchingConfiguration
java.lang.Object
com.atlassian.jira.plugin.webresource.JiraWebResourceBatchingConfiguration
- All Implemented Interfaces:
com.atlassian.plugin.webresource.ResourceBatchingConfiguration
- Direct Known Subclasses:
JiraSetupWebResourceBatchingConfiguration
public class JiraWebResourceBatchingConfiguration
extends Object
implements com.atlassian.plugin.webresource.ResourceBatchingConfiguration
Determines which resources are included superbatched on every page!
- Since:
- v4.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJiraWebResourceBatchingConfiguration(JiraProperties jiraSystemProperties, InstanceFeatureManager featureManager) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanboolean
-
Field Details
-
PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING
-
-
Constructor Details
-
JiraWebResourceBatchingConfiguration
public JiraWebResourceBatchingConfiguration(JiraProperties jiraSystemProperties, InstanceFeatureManager featureManager)
-
-
Method Details
-
isSuperBatchingEnabled
public boolean isSuperBatchingEnabled()- Specified by:
isSuperBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isContextBatchingEnabled
public boolean isContextBatchingEnabled()- Specified by:
isContextBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isPluginWebResourceBatchingEnabled
public boolean isPluginWebResourceBatchingEnabled()- Specified by:
isPluginWebResourceBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
getSuperBatchModuleCompleteKeys
- Specified by:
getSuperBatchModuleCompleteKeysin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isJavaScriptTryCatchWrappingEnabled
public boolean isJavaScriptTryCatchWrappingEnabled()- Specified by:
isJavaScriptTryCatchWrappingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isBatchContentTrackingEnabled
public boolean isBatchContentTrackingEnabled()- Specified by:
isBatchContentTrackingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
isSourceMapEnabled
public boolean isSourceMapEnabled()- Specified by:
isSourceMapEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-
optimiseSourceMapsForDevelopment
public boolean optimiseSourceMapsForDevelopment()- Specified by:
optimiseSourceMapsForDevelopmentin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration
-