Interface IFixedLocationResourceStream

  • All Known Implementing Classes:
    FileResourceStream, FileSystemResourceStream

    public interface IFixedLocationResourceStream
    Non-dynamic resource streams point to fixed locations, like a file or a url. Such resources should implement this interface and provide clients with information about the resource location, such that the client is able to deduct e.g. an extension or URL schema.
    Author:
    eelcohillenius
    • Method Detail

      • locationAsString

        String locationAsString()
        Returns:
        The fixed location as a string, e.g. the file name or the URL. Return null to avoid caching the markup.