Interface SupportedContextResourceUri

    • Method Detail

      • resolve

        String resolve​(String uri)
        Resolve the uri with the context protocol.
        Parameters:
        uri - The URI
        Returns:
        The resolved uri, or null if the protocol is not supported
      • resolvePath

        String resolvePath​(String path)
        Resolve the context path into a context uri
        Parameters:
        path - The path
        Returns:
        The uri, or null if the context path is not supported