Uses of Class
com.atlassian.plugin.webresource.impl.helpers.url.ContextBatch
Packages that use ContextBatch
Package
Description
-
Uses of ContextBatch in com.atlassian.plugin.webresource
Constructors in com.atlassian.plugin.webresource with parameters of type ContextBatchModifierConstructorDescriptionContextSubBatchResourceUrl(Globals globals, ContextBatch contextBatch, SubBatch subBatch, String type, Map<String, String> params, String hash) -
Uses of ContextBatch in com.atlassian.plugin.webresource.impl.helpers.url
Methods in com.atlassian.plugin.webresource.impl.helpers.url that return types with arguments of type ContextBatchModifier and TypeMethodDescriptionCalculatedBatches.getContextBatches()static Tuple<List<ContextBatch>,List<WebResourceBatch>> UrlGenerationHelpers.splitIntoSubBatches(RequestCache requestCache, UrlBuildingStrategy urlBuilderStrategy, List<ContextBatchKey> contextBatchKeys, List<String> webResourceBatchKeys, Set<String> allExcluded) Split batches into sub batches grouped by URL parameters and set of standalone resources.Method parameters in com.atlassian.plugin.webresource.impl.helpers.url with type arguments of type ContextBatchModifier and TypeMethodDescriptionprotected static List<ResourceUrl>UrlGenerationHelpers.collectUrlStateAndBuildResourceUrls(RequestState requestState, UrlBuildingStrategy urlBuilderStrategy, List<ContextBatch> contextBatches, List<WebResourceBatch> webResourceBatches) Collect URL State for Conditions and Transformers and build Resource URLs.Constructor parameters in com.atlassian.plugin.webresource.impl.helpers.url with type arguments of type ContextBatchModifierConstructorDescriptionCalculatedBatches(List<ContextBatch> contextBatches, List<WebResourceBatch> webResourceBatches, Set<String> excludedResolved)