Uses of Class
com.atlassian.plugin.webresource.impl.helpers.url.CalculatedBatches
Packages that use CalculatedBatches
Package
Description
-
Uses of CalculatedBatches in com.atlassian.plugin.webresource.impl.helpers.url
Methods in com.atlassian.plugin.webresource.impl.helpers.url that return CalculatedBatchesModifier and TypeMethodDescriptionprotected static CalculatedBatchesUrlGenerationHelpers.calculateBatches(RequestCache requestCache, UrlBuildingStrategy urlBuildingStrategy, LinkedHashSet<String> topLevelIncluded, LinkedHashSet<String> allExcluded, Set<String> topLevelExcluded) Groups given web resources and contexts in to batches, taking any content that has already been served in to account. -
Uses of CalculatedBatches in com.atlassian.plugin.webresource.impl.support
Methods in com.atlassian.plugin.webresource.impl.support that return CalculatedBatchesModifier and TypeMethodDescriptionUrlCache.BatchesProvider.get(UrlCache.IncludedExcludedConditionsAndBatchingOptions key) UrlCache.getBatches(UrlCache.IncludedExcludedConditionsAndBatchingOptions key, UrlCache.BatchesProvider provider) Get batches for given included and excluded.UrlCache.Impl.getBatches(UrlCache.IncludedExcludedConditionsAndBatchingOptions key, UrlCache.BatchesProvider provider) UrlCache.PassThrough.getBatches(UrlCache.IncludedExcludedConditionsAndBatchingOptions key, UrlCache.BatchesProvider provider)