Package 

Class PublicationKt

    • Method Summary

      Modifier and Type Method Description
      final static Locator normalizeLocator(Publication $self, Locator locator) Historically, we used to have "absolute" HREFs in the manifest:
      • starting with a / for packaged publications.

      • resolved to the self link for remote publications.

      We removed the normalization and now use relative HREFs everywhere, but we still need to support the locators created with the old absolute HREFs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • normalizeLocator

         final static Locator normalizeLocator(Publication $self, Locator locator)

        Historically, we used to have "absolute" HREFs in the manifest:

        • starting with a / for packaged publications.

        • resolved to the self link for remote publications.

        We removed the normalization and now use relative HREFs everywhere, but we still need to support the locators created with the old absolute HREFs.