Module org.apache.wicket.util
Package org.apache.wicket.util.resource
Interface IFixedLocationResourceStream
- All Known Implementing Classes:
FileResourceStream
,FileSystemResourceStream
,MarkupResourceStream
,UrlResourceStream
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 Summary
-
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.
-