org.apache.wicket.util.file
Interface IResourceFinder

All Known Subinterfaces:
IResourcePath
All Known Implementing Classes:
Path, WebApplicationPath

public interface IResourceFinder

Knows how to find resources.

Author:
jcompagner

Method Summary
 IResourceStream find(Class<?> clazz, String pathname)
          Looks for a given pathname along this path
 

Method Detail

find

IResourceStream find(Class<?> clazz,
                     String pathname)
Looks for a given pathname along this path

Parameters:
clazz - The class requesting the resource stream
pathname - The filename with possible path
Returns:
The resource stream


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