Interface TransformerUrlBuilder
public interface TransformerUrlBuilder
The part of a transformer that contributes to the URL
- Since:
- 6.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddToUrl(UrlBuilder urlBuilder) Called when constructing the URL as the hosting HTML page is being served.
-
Method Details
-
addToUrl
Called when constructing the URL as the hosting HTML page is being served. Can add parameters to the query string and alter the resource hash.- Parameters:
urlBuilder- interface for contributing to the URL
-