Interface UrlProducer

All Known Subinterfaces:
PreviewUrl

public interface UrlProducer
Model representing a url.
Since:
4.2.16
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter and indicator for producers resulting in an external URL
    Provides the FirstSpirit URL.
  • Method Details

    • getExternalUrl

      String getExternalUrl()
      Getter and indicator for producers resulting in an external URL
      Returns:
      The external URL or null, if no external URL gets produced.
      Since:
      4.2.200
    • toUrl

      String toUrl()
      Provides the FirstSpirit URL.
      Returns:
      A URL.
      Since:
      4.2.16