wicket.resource.loader |
|
Java Source File Name | Type | Comment |
AbstractStringResourceLoader.java | Class | This abstract string resource loader provides two helper functions to
retrieve the message associated with a key, a locale and a style. |
ApplicationStringResourceLoader.java | Class | This string resource loader attempts to find a single resource bundle that
has the same name and location as the application. |
BundleStringResourceLoader.java | Class | Implementation of a string resource loader that sits on top of the ordinary
Java resource bundle mechanism. |
ClassStringResourceLoader.java | Class | This string resource loader attempts to find a single resource bundle that
has the same name and location as the clazz. |
ComponentStringResourceLoader.java | Class | |
IStringResourceLoader.java | Interface | The string resource loader interface allows a strategy pattern to be applied
to the loading of resource strings for an application. |
WicketBundleStringResourceLoader.java | Class | 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. |