Uses of Interface
org.apache.wicket.core.util.resource.locator.IResourceNameIterator

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

Uses of IResourceNameIterator in org.apache.wicket.core.util.resource.locator
 

Classes in org.apache.wicket.core.util.resource.locator that implement IResourceNameIterator
 class EmptyResourceNameIterator
          A ResourceNameIterator that doesn't find any resources.
 class ResourceNameIterator
          Contains the logic to locate a resource based on a path, style (see Session), variation, locale and extension strings.
 

Methods in org.apache.wicket.core.util.resource.locator that return IResourceNameIterator
 IResourceNameIterator ResourceStreamLocator.newResourceNameIterator(String path, Locale locale, String style, String variation, Iterable<String> extensions, boolean strict)
           
 IResourceNameIterator ResourceStreamLocator.newResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict)
           
 IResourceNameIterator 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..
 

Uses of IResourceNameIterator in org.apache.wicket.core.util.resource.locator.caching
 

Methods in org.apache.wicket.core.util.resource.locator.caching that return IResourceNameIterator
 IResourceNameIterator CachingResourceStreamLocator.newResourceNameIterator(String path, Locale locale, String style, String variation, String extension, boolean strict)
           
 

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

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



Copyright © 2006–2014 Apache Software Foundation. All rights reserved.