Uses of Interface
org.apache.wicket.util.file.IResourceFinder

Packages that use IResourceFinder
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.settings   
org.apache.wicket.util.file File utilities. 
org.apache.wicket.util.resource.locator Locators for finding/ loading resources. 
 

Uses of IResourceFinder in org.apache.wicket.protocol.http
 

Methods in org.apache.wicket.protocol.http that return IResourceFinder
protected  IResourceFinder WebApplication.getResourceFinder()
           
 

Uses of IResourceFinder in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IResourceFinder
 IResourceFinder Settings.getResourceFinder()
           
 IResourceFinder IResourceSettings.getResourceFinder()
          Gets the resource finder to use when searching for resources.
 

Methods in org.apache.wicket.settings with parameters of type IResourceFinder
 void Settings.setResourceFinder(IResourceFinder resourceFinder)
           
 void IResourceSettings.setResourceFinder(IResourceFinder resourceFinder)
          Sets the finder to use when searching for resources.
 

Uses of IResourceFinder in org.apache.wicket.util.file
 

Subinterfaces of IResourceFinder in org.apache.wicket.util.file
 interface IResourcePath
          Knows how to manage paths and folders, and how to find resources in them.
 

Classes in org.apache.wicket.util.file that implement IResourceFinder
 class Path
          Maintains a list of folders as a path.
 class WebApplicationPath
          Maintain a list of paths which might either be ordinary folders of the filesystem or relative paths to the web application's servlet context.
 

Uses of IResourceFinder in org.apache.wicket.util.resource.locator
 

Constructors in org.apache.wicket.util.resource.locator with parameters of type IResourceFinder
OsgiResourceStreamLocator(IResourceFinder finder)
          Construct.
ResourceStreamLocator(IResourceFinder finder)
          Constructor
 



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