Package wicket.resource.loader

Interface Summary
IStringResourceLoader The string resource loader interface allows a strategy pattern to be applied to the loading of resource strings for an application.
 

Class Summary
AbstractStringResourceLoader This abstract string resource loader provides two helper functions to retrieve the message associated with a key, a locale and a style.
ApplicationStringResourceLoader This string resource loader attempts to find a single resource bundle that has the same name and location as the application.
BundleStringResourceLoader Implementation of a string resource loader that sits on top of the ordinary Java resource bundle mechanism.
ClassStringResourceLoader This string resource loader attempts to find a single resource bundle that has the same name and location as the clazz.
ComponentStringResourceLoader  
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.