| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.condition | |
| com.atlassian.webresource.api.prebake |
Provides the ability to pre-compute ("prebake") all possible resource urls
supported by this application, for a given set of requireContext/requireResource calls.
|
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
SimpleUrlReadingCondition.computeDimensions() |
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
Dimensions.andAbsent(String key)
Adds a dimension that represents the absence of
key in the query string. |
Dimensions |
Dimensions.andExactly(String key,
Collection<String> values)
Adds dimensions for query param
key over all the given values. |
Dimensions |
Dimensions.andExactly(String key,
String... values)
Adds dimensions for query param
key over all the given values. |
Dimensions |
Dimensions.blacklistValues(Dimensions blacklist)
Filters the dimension values using the blacklist passed as parameter.
|
Dimensions |
DimensionAwareUrlReadingCondition.computeDimensions() |
Dimensions |
DimensionAwareWebResourceTransformerFactory.computeDimensions() |
static Dimensions |
Dimensions.empty()
Factory for an empty dimension object.
|
static Dimensions |
Dimensions.fromMap(Map<String,List<String>> dimensionMap)
Initialises a new
Dimensions instance from a Map. |
Dimensions |
Dimensions.product(Dimensions rhs)
Combines two dimensions, representing all possible combinations of both dimensions.
|
Dimensions |
Dimensions.whitelistValues(Dimensions whitelist)
Filters the dimension values using the whitelist passed as parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
Dimensions.blacklistValues(Dimensions blacklist)
Filters the dimension values using the blacklist passed as parameter.
|
Dimensions |
Dimensions.product(Dimensions rhs)
Combines two dimensions, representing all possible combinations of both dimensions.
|
Dimensions |
Dimensions.whitelistValues(Dimensions whitelist)
Filters the dimension values using the whitelist passed as parameter.
|
Copyright © 2024 Atlassian. All rights reserved.