Interface SupportedContextResourceUri

All Known Implementing Classes:
ConfigurableSupportedContextResourceUri

Interface that represents supported resource URI through the context protocol
  • Method Summary

    Modifier and Type
    Method
    Description
    Resolve the uri with the context protocol.
    Resolve the context path into a context uri
  • Method Details

    • resolve

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

      Resolve the context path into a context uri
      Parameters:
      path - The path
      Returns:
      The uri, or null if the context path is not supported