Interface IFixedLocationResourceStream

All Known Implementing Classes:
FileResourceStream, FileSystemResourceStream, MarkupResourceStream, UrlResourceStream

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 Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • locationAsString

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