org.apache.wicket.util.resource
Interface IFixedLocationResourceStream

All Known Implementing Classes:
FileResourceStream, 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
 java.lang.String locationAsString()
           
 

Method Detail

locationAsString

java.lang.String locationAsString()
Returns:
The fixed location as a string, e.g. the file name or the URL


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.