Package com.atlassian.crowd.plugin.web
Class CrowdResourceBatchingConfiguration
java.lang.Object
com.atlassian.plugin.webresource.DefaultResourceBatchingConfiguration
com.atlassian.crowd.plugin.web.CrowdResourceBatchingConfiguration
- All Implemented Interfaces:
com.atlassian.plugin.webresource.ResourceBatchingConfiguration
public class CrowdResourceBatchingConfiguration
extends com.atlassian.plugin.webresource.DefaultResourceBatchingConfiguration
-
Field Summary
Fields inherited from class com.atlassian.plugin.webresource.DefaultResourceBatchingConfiguration
PLUGIN_WEB_RESOURCE_BATCH_CONTENT_TRACKING, PLUGIN_WEB_RESOURCE_CONTEXT_BATCH_ENABLED, PLUGIN_WEB_RESOURCE_JAVASCRIPT_TRY_CATCH_WRAPPING, PLUGIN_WEB_RESOURCE_SOURCE_MAP_ENABLED, PLUGIN_WEB_RESOURCE_SOURCE_MAP_OPTIMISED_FOR_DEVELOPMENT, PLUGIN_WEB_RESOURCE_SUPER_BATCH_ENABLED, PLUGIN_WEBRESOURCE_BATCHING_OFF -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanMethods inherited from class com.atlassian.plugin.webresource.DefaultResourceBatchingConfiguration
isBatchContentTrackingEnabled, isJavaScriptTryCatchWrappingEnabled, isPluginWebResourceBatchingEnabled, isSourceMapEnabled, optimiseSourceMapsForDevelopment
-
Constructor Details
-
CrowdResourceBatchingConfiguration
public CrowdResourceBatchingConfiguration()
-
-
Method Details
-
getSuperBatchModuleCompleteKeys
- Specified by:
getSuperBatchModuleCompleteKeysin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration- Overrides:
getSuperBatchModuleCompleteKeysin classcom.atlassian.plugin.webresource.DefaultResourceBatchingConfiguration
-
isSuperBatchingEnabled
public boolean isSuperBatchingEnabled()- Specified by:
isSuperBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration- Overrides:
isSuperBatchingEnabledin classcom.atlassian.plugin.webresource.DefaultResourceBatchingConfiguration
-
isContextBatchingEnabled
public boolean isContextBatchingEnabled()- Specified by:
isContextBatchingEnabledin interfacecom.atlassian.plugin.webresource.ResourceBatchingConfiguration- Overrides:
isContextBatchingEnabledin classcom.atlassian.plugin.webresource.DefaultResourceBatchingConfiguration
-