Interface TransformerUrlBuilder


public interface TransformerUrlBuilder
The part of a transformer that contributes to the URL
Since:
6.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToUrl(UrlBuilder urlBuilder)
    Called when constructing the URL as the hosting HTML page is being served.
  • Method Details

    • addToUrl

      void addToUrl(UrlBuilder urlBuilder)
      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