Uses of Interface
org.apache.wicket.resource.loader.IStringResourceLoader

Packages that use IStringResourceLoader
org.apache.wicket The core Wicket package. 
org.apache.wicket.resource.loader   
org.apache.wicket.settings   
 

Uses of IStringResourceLoader in org.apache.wicket
 

Methods in org.apache.wicket that return types with arguments of type IStringResourceLoader
protected  Iterator<IStringResourceLoader> Localizer.getStringResourceLoaders()
          In case you want to provide your own list of string resource loaders
 

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

Classes in org.apache.wicket.resource.loader that implement IStringResourceLoader
 class BundleStringResourceLoader
          Implementation of a string resource loader that sits on top of the ordinary Java resource bundle mechanism.
 class ClassStringResourceLoader
          This string resource loader attempts to find a single resource bundle that has the same name and location as the clazz provided in the constructor.
 class ComponentStringResourceLoader
          This is one of Wicket's default string resource loaders.
 class PackageStringResourceLoader
          This is one of Wicket's default string resource loaders.
 class ValidatorStringResourceLoader
          This is one of Wicket's default string resource loaders.
 

Uses of IStringResourceLoader in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return types with arguments of type IStringResourceLoader
 List<IStringResourceLoader> Settings.getStringResourceLoaders()
           
 List<IStringResourceLoader> IResourceSettings.getStringResourceLoaders()
           
 

Methods in org.apache.wicket.settings with parameters of type IStringResourceLoader
 void Settings.addStringResourceLoader(int index, IStringResourceLoader loader)
           
 void IResourceSettings.addStringResourceLoader(int index, IStringResourceLoader loader)
          Add a string resource loader to the chain of loaders.
 void Settings.addStringResourceLoader(IStringResourceLoader loader)
           
 void IResourceSettings.addStringResourceLoader(IStringResourceLoader loader)
          Add a string resource loader to the chain of loaders.
 



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