Uses of Interface
org.apache.wicket.util.resource.locator.IResourceStreamLocator

Packages that use IResourceStreamLocator
org.apache.wicket.resource Locale aware resouce loaders. 
org.apache.wicket.settings   
org.apache.wicket.settings.def   
org.apache.wicket.util.resource.locator Locators for finding/ loading resources. 
org.apache.wicket.util.resource.locator.caching   
 

Uses of IResourceStreamLocator in org.apache.wicket.resource
 

Methods in org.apache.wicket.resource that return IResourceStreamLocator
 IResourceStreamLocator IPropertiesFactoryContext.getResourceStreamLocator()
           
 

Uses of IResourceStreamLocator in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings with parameters of type IResourceStreamLocator
 void IResourceSettings.setResourceStreamLocator(IResourceStreamLocator resourceStreamLocator)
          Sets the resource stream locator for this application
 

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

Methods in org.apache.wicket.settings.def that return IResourceStreamLocator
 IResourceStreamLocator ResourceSettings.getResourceStreamLocator()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IResourceStreamLocator
 void ResourceSettings.setResourceStreamLocator(IResourceStreamLocator resourceStreamLocator)
          Sets the resource stream locator for this application
 

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

Classes in org.apache.wicket.util.resource.locator that implement IResourceStreamLocator
 class OsgiResourceStreamLocator
          OSGI specific resource stream factory
 class ResourceStreamLocator
          Locate Wicket resource.
 

Uses of IResourceStreamLocator in org.apache.wicket.util.resource.locator.caching
 

Classes in org.apache.wicket.util.resource.locator.caching that implement IResourceStreamLocator
 class CachingResourceStreamLocator
          Locating resources can take a significant amount of time, especially since there are often several CSS, JavaScript and image resources on any given page.
 

Constructors in org.apache.wicket.util.resource.locator.caching with parameters of type IResourceStreamLocator
CachingResourceStreamLocator(IResourceStreamLocator resourceStreamLocator)
          Construct.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.