Uses of Class
wicket.resource.loader.AbstractStringResourceLoader

Packages that use AbstractStringResourceLoader
wicket.resource.loader   
 

Uses of AbstractStringResourceLoader in wicket.resource.loader
 

Subclasses of AbstractStringResourceLoader in wicket.resource.loader
 class ApplicationStringResourceLoader
          This string resource loader attempts to find a single resource bundle that has the same name and location as the application.
 class ClassStringResourceLoader
          This string resource loader attempts to find a single resource bundle that has the same name and location as the clazz.
 class ComponentStringResourceLoader
           
 class WicketBundleStringResourceLoader
          Wicket's default string resource loaders are NOT behaving like Java Bundles in the sense that once a proper properties files has been found but it does not contain the key you are looking for, Wicket will not continue iterating over the remaing properties file for the same class to check any of these contain the key.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.