Uses of Interface
wicket.resource.loader.IStringResourceLoader

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

Uses of IStringResourceLoader in wicket.resource.loader
 

Classes in wicket.resource.loader that implement IStringResourceLoader
 class AbstractStringResourceLoader
          This abstract string resource loader provides two helper functions to retrieve the message associated with a key, a locale and a style.
 class ApplicationStringResourceLoader
          This string resource loader attempts to find a single resource bundle that has the same name and location as the application.
 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.
 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.
 

Uses of IStringResourceLoader in wicket.settings
 

Methods in 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-2007 Wicket developers. All Rights Reserved.