Interface ProtocolResolver

    • Method Detail

      • resolve

        Resource resolve​(String location,
                         ResourceLoader resourceLoader)
        Resolve the given location against the given resource loader if this implementation's protocol matches.
        Parameters:
        location - the user-specified resource location
        resourceLoader - the associated resource loader
        Returns:
        a corresponding Resource handle if the given location matches this resolver's protocol, or null otherwise