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   
org.apache.wicket.settings.def   
 

Uses of IStringResourceLoader in org.apache.wicket
 

Methods in org.apache.wicket that return types with arguments of type IStringResourceLoader
protected  java.util.List<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
 java.util.List<IStringResourceLoader> IResourceSettings.getStringResourceLoaders()
           
 

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

Methods in org.apache.wicket.settings.def that return types with arguments of type IStringResourceLoader
 java.util.List<IStringResourceLoader> ResourceSettings.getStringResourceLoaders()
           
 



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