wicket.util.file
Interface IResourceFinder

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

public interface IResourceFinder

Knows how to find resources.

Author:
jcompagner

Method Summary
 java.net.URL find(java.lang.String pathname)
          Looks for a given pathname along this path
 

Method Detail

find

java.net.URL find(java.lang.String pathname)
Looks for a given pathname along this path

Parameters:
pathname - The filename with possible path
Returns:
The url located on the path


Copyright © 2004-2007 Wicket developers. All Rights Reserved.