Interface IntegratorMode

  • All Known Implementing Classes:
    IntegratorModes

    @ProviderType
    public interface IntegratorMode
    How an integrator template sohuld behave when externalizing URLs.
    • Method Detail

      • getId

        @NotNull
        @NotNull java.lang.String getId()
        Returns:
        Integrator mode ID (is stored as identifier in repository)
      • isUseUrlPlaceholders

        boolean isUseUrlPlaceholders()
        Returns:
        true if placeholders should be used for externalizing URLs instead of site urls
      • isDetectProtocol

        boolean isDetectProtocol()
        Returns:
        true if the prototcol to be used for externalizing URLs in integrator mode is detected automatically or defined in the integrator page itself.