| Modifier and Type | Field and Description |
|---|---|
protected Map<CachedCondition,Boolean> |
RequestCache.cachedConditionsEvaluation |
protected Map<CachedCondition,DefaultUrlBuilder> |
RequestCache.cachedConditionsParameters |
| Modifier and Type | Method and Description |
|---|---|
Map<CachedCondition,Boolean> |
RequestCache.getCachedConditionsEvaluation() |
Map<CachedCondition,DefaultUrlBuilder> |
RequestCache.getCachedConditionsParameters() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Config.parseModules(Snapshot snapshot,
Map<String,Bundle> cachedBundles,
ConditionInstanceCache conditionInstanceCache,
Map<WebResource,CachedCondition> webResourcesCondition,
Map<WebResource,CachedTransformers> webResourcesTransformations,
Map<String,Config.IntermediaryContextData> intermediaryContexts) |
| Modifier and Type | Method and Description |
|---|---|
protected static Set<CachedCondition> |
UrlGenerationHelpers.getConditions(RequestCache requestCache,
UrlCache.IncludedAndExcluded includedAndExcluded,
UrlBuildingStrategy urlBuilderStrategy)
Get web resources with conditions, the subset of the resolve web resources for given set of included and excluded.
|
| Modifier and Type | Method and Description |
|---|---|
CachedCondition |
WebResource.getCondition() |
CachedCondition |
Bundle.getCondition()
Returns condition if bundle has any.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<CachedCondition> |
Snapshot.conditions() |
| Constructor and Description |
|---|
Snapshot(Config config,
Map<String,Bundle> cachedBundles,
Map<String,RootPage> rootPages,
Map<WebResource,CachedTransformers> webResourcesTransformations,
Map<WebResource,CachedCondition> webResourcesCondition,
Map<String,Deprecation> webResourceDeprecationWarnings,
Set<WebResource> webResourcesWithLegacyConditions,
Set<WebResource> webResourcesWithLegacyTransformers,
Set<WebResource> webResourcesWithDisabledMinification) |
Snapshot(Config config,
Map<String,Bundle> cachedBundles,
Map<String,RootPage> rootPages,
Map<WebResource,CachedTransformers> webResourcesTransformations,
Map<WebResource,CachedCondition> webResourcesCondition,
Set<WebResource> webResourcesWithLegacyConditions,
Set<WebResource> webResourcesWithLegacyTransformers,
Set<WebResource> webResourcesWithDisabledMinification) |
| Modifier and Type | Method and Description |
|---|---|
CachedCondition |
ConditionInstanceCache.intern(DecoratingCondition condition) |
| Constructor and Description |
|---|
EvaluatedCondition(CachedCondition cachedCondition,
Boolean evaluationResult) |
Copyright © 2019 Atlassian. All rights reserved.