public class LegacyUrlGenerationHelpers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LegacyUrlGenerationHelpers.Resolved
DTO.
|
| Constructor and Description |
|---|
LegacyUrlGenerationHelpers() |
| Modifier and Type | Method and Description |
|---|---|
static LegacyUrlGenerationHelpers.Resolved |
calculateBatches(RequestCache requestCache,
UrlBuildingStrategy urlBuildingStrategy,
LinkedHashSet<String> allIncluded,
LinkedHashSet<String> allExcluded,
boolean includeDependenciesForFailedUrlReadingConditions)
Resolves given included and excluded web resources and contexts into batches.
|
public static LegacyUrlGenerationHelpers.Resolved calculateBatches(RequestCache requestCache, UrlBuildingStrategy urlBuildingStrategy, LinkedHashSet<String> allIncluded, LinkedHashSet<String> allExcluded, boolean includeDependenciesForFailedUrlReadingConditions)
requestCache - request cache.allIncluded - included web resources and contexts.allExcluded - excluded web resources and contexts.Copyright © 2017 Atlassian. All rights reserved.