Uses of Class
com.atlassian.plugin.webresource.impl.support.UrlCache.IncludedExcludedConditionsAndBatchingOptions
Packages that use UrlCache.IncludedExcludedConditionsAndBatchingOptions
Package
Description
-
Uses of UrlCache.IncludedExcludedConditionsAndBatchingOptions in com.atlassian.plugin.webresource.impl.helpers.url
Methods in com.atlassian.plugin.webresource.impl.helpers.url that return UrlCache.IncludedExcludedConditionsAndBatchingOptionsModifier and TypeMethodDescriptionprotected static UrlCache.IncludedExcludedConditionsAndBatchingOptionsUrlGenerationHelpers.buildIncludedExcludedConditionsAndBatchingOptions(RequestCache requestCache, UrlBuildingStrategy urlBuilderStrategy, Collection<String> topLevelIncluded, Collection<String> topLevelExcluded) Building the cache key of included, excluded and conditions. -
Uses of UrlCache.IncludedExcludedConditionsAndBatchingOptions in com.atlassian.plugin.webresource.impl.support
Methods in com.atlassian.plugin.webresource.impl.support with parameters of type UrlCache.IncludedExcludedConditionsAndBatchingOptionsModifier and TypeMethodDescriptionUrlCache.BatchesProvider.get(UrlCache.IncludedExcludedConditionsAndBatchingOptions key) UrlCache.ResolvedExcludedProvider.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) UrlCache.getResolvedExcluded(UrlCache.IncludedExcludedConditionsAndBatchingOptions key, UrlCache.ResolvedExcludedProvider provider) Get resolved excluded for given include and excluded.UrlCache.Impl.getResolvedExcluded(UrlCache.IncludedExcludedConditionsAndBatchingOptions key, UrlCache.ResolvedExcludedProvider provider) UrlCache.PassThrough.getResolvedExcluded(UrlCache.IncludedExcludedConditionsAndBatchingOptions key, UrlCache.ResolvedExcludedProvider provider)