Interface IURLFactory

    • Method Detail

      • createURLKey

        String createURLKey​(String url)
        transform url to a unic string represent information (sp. : without extension).
        Parameters:
        url -
        Returns:
      • getFormat

        String getFormat​(ContentContext ctx,
                         String url)
        get the format of url (html, png, pdf...)
        Parameters:
        url - a url
        Returns:
        a content format (html, png, pdf...)