Package org.apache.wicket.util.resource
Interface IFixedLocationResourceStream
-
- All Known Implementing Classes:
FileResourceStream,FileSystemResourceStream
public interface IFixedLocationResourceStreamNon-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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringlocationAsString()
-