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 Details

    • PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING

      public static final String PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING
  • Constructor Details

  • Method Details

    • 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
    • isJavaScriptTryCatchWrappingEnabled

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

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

      public boolean isSourceMapEnabled()
      Specified by:
      isSourceMapEnabled in interface com.atlassian.plugin.webresource.ResourceBatchingConfiguration
    • optimiseSourceMapsForDevelopment

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