Package wicket.resource

Locale aware resouce loaders.

See:
          Description

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
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.
ComponentStringResourceLoader This string resource loader attempts to find the resource from a bundle that corresponds the the supplied component object or one of its parent containers.
 

Package wicket.resource Description

Locale aware resouce loaders.



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