| Modifier and Type | Method and Description |
|---|---|
static Tuple<String,String> |
Config.parseNameWithLoader(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected static Tuple<List<UrlGenerationHelpers.ContextBatch>,List<UrlGenerationHelpers.WebResourceBatch>> |
UrlGenerationHelpers.splitIntoSubBatches(RequestCache requestCache,
UrlBuildingStrategy urlBuilderStrategy,
List<UrlGenerationHelpers.ContextBatchKey> contextBatchKeys,
List<String> webResourceBatchKeys)
Split batches into sub batches grouped by URL parameters and set of standalone resources.
|
| Modifier and Type | Method and Description |
|---|---|
static Tuple<Collection<String>,Collection<String>> |
Router.decodeContexts(String encodedContexts)
Decodes context key like `batch1,batch2,-excludedBatch3,-excludedBatch4` into lists of included and excluded
contexts.
|
static Tuple<Collection<String>,LinkedHashSet<String>> |
Router.decodeContextsAsWebResources(String encodedContexts)
Decodes list of Contexts Keys into Virtual Resources Keys.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UrlCache.EvaluatedCondition
Result of evaluated condition with the condition itself.
|
static class |
UrlCache.IncludedAndExcluded |
Copyright © 2019 Atlassian. All rights reserved.