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.settings.def   
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()
          By default it return a WebApplicationPath
 

Uses of IResourceFinder in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IResourceFinder
 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 IResourceSettings.setResourceFinder(IResourceFinder resourceFinder)
          Sets the finder to use when searching for resources.
 

Uses of IResourceFinder in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IResourceFinder
 IResourceFinder ResourceSettings.getResourceFinder()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IResourceFinder
 void ResourceSettings.setResourceFinder(IResourceFinder resourceFinder)
           
 

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 © 2006-2012 Apache Software Foundation. All Rights Reserved.