| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.condition | |
| com.atlassian.plugin.webresource.transformer | |
| 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 |
|---|---|
void |
SimpleUrlReadingCondition.addToUrl(UrlBuilder urlBuilder) |
void |
UrlReadingCondition.addToUrl(UrlBuilder urlBuilder)
Called when constructing the URL as the hosting HTML page is being served.
|
void |
SimpleUrlReadingCondition.addToUrl(UrlBuilder urlBuilder,
Coordinate coord) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformerUrlBuilder.addToUrl(UrlBuilder urlBuilder)
Called when constructing the URL as the hosting HTML page is being served.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DimensionAwareUrlReadingCondition.addToUrl(UrlBuilder urlBuilder,
Coordinate coord) |
void |
DimensionAwareTransformerUrlBuilder.addToUrl(UrlBuilder urlBuilder,
Coordinate coord) |
void |
Coordinate.copyTo(UrlBuilder urlBuilder,
String key)
Copies the given query key/value to the url builder, if this Coordinate contains that key.
|
Copyright © 2024 Atlassian. All rights reserved.