See: Description
| Interface | Description |
|---|---|
| Coordinate |
A Coordinate represents a single possible query-string combination.
|
| DimensionAwareTransformerUrlBuilder |
A transformer that supports prebaking.
|
| DimensionAwareUrlReadingCondition |
A condition that supports prebaking.
|
| DimensionAwareWebResourceTransformerFactory |
A transformer that supports prebaking.
|
| Dimensions |
Represents all the possible "dimensions" or set of possible combinations of query parameters
that a transformer or condition can support.
|
To provide this ability, conditions and transforms are required to implement
DimensionAwareUrlReadingCondition
and
DimensionAwareWebResourceTransformerFactory
respectively. Such implementations are require to provide two capabilities:
computeDimensions(): indicate all possible query-params this implementations supportsaddToUrl(UrlBuilder urlBuilder, Coordinate coord): add to url for the given Coordinate.
During pre-bake, is called instead of the existing addToUrl(UrlBuilder urlBuilder).
Copyright © 2019 Atlassian. All rights reserved.