Interface PreviewUrlAgent.PreviewUrlBuilder<T>

All Known Subinterfaces:
PreviewUrlAgent.ContentProducerPreviewUrlBuilder, PreviewUrlAgent.MediaPreviewUrlBuilder
Enclosing interface:
PreviewUrlAgent

public static interface PreviewUrlAgent.PreviewUrlBuilder<T>
Basic preview url builder definition.
Since:
5.2.190105
  • Method Summary

    Modifier and Type
    Method
    Description
    Configures the builder to create urls for the ContentCreator application.
    Configures the builder to create full qualified urls like 'http://domain:port/path/'.
    language(@Nullable Language language)
    Provide the language for which the url should be rendered.
  • Method Details

    • language

      @Contract("_ -> this") @NotNull T language(@Nullable @Nullable Language language)
      Provide the language for which the url should be rendered.
      Parameters:
      language - the language to use.
      Returns:
      The builder itself.
      Since:
      5.2.190105
    • fullQualified

      @Contract("-> this") @NotNull T fullQualified()
      Configures the builder to create full qualified urls like 'http://domain:port/path/'.
      Returns:
      The builder itself.
      Since:
      5.2.190105
      See Also:
    • forWebedit

      @Contract("-> this") @NotNull T forWebedit()
      Configures the builder to create urls for the ContentCreator application.
      Returns:
      The builder itself.
      Since:
      5.2.190105
      See Also: