Interface DownloadResourceManager

    • Method Detail

      • matches

        boolean matches​(String resourcePath)
        Returns a boolean to indicate whether the current DownloadResourceManager will know how to handle the given resourcePath.
        Parameters:
        resourcePath - the relative URL of the resource including the application context path. For example, "/confluence/download/attachments/12345/temp.png".
        Returns:
        true if the manager can handle the given resource path