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

Packages that use IStringResourceLoader
org.apache.wicket.resource.loader   
org.apache.wicket.settings   
 

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 Wicket's default string resource loader.
 

Uses of IStringResourceLoader in org.apache.wicket.settings
 

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



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