Uses of Class
org.apache.wicket.util.resource.locator.ResourceNameIterator

Packages that use ResourceNameIterator
org.apache.wicket.resource.loader   
org.apache.wicket.util.resource.locator Locators for finding/ loading resources. 
 

Uses of ResourceNameIterator in org.apache.wicket.resource.loader
 

Methods in org.apache.wicket.resource.loader that return ResourceNameIterator
protected  ResourceNameIterator ComponentStringResourceLoader.newResourceNameIterator(String path, Locale locale, String style, String variation)
           
protected  ResourceNameIterator PackageStringResourceLoader.newResourceNameIterator(String path, Locale locale, String style, String variation)
           
 

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

Methods in org.apache.wicket.util.resource.locator that return ResourceNameIterator
 ResourceNameIterator ResourceStreamLocator.newResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict)
           
 ResourceNameIterator CachingResourceStreamLocator.newResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict)
           
 ResourceNameIterator IResourceStreamLocator.newResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict)
          Markup resources and Properties files both need to iterate over different combinations of locale, style, etc..
 



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