org.apache.wicket.resource.loader |
|
Java Source File Name | Type | Comment |
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 provided in the constructor. |
ComponentStringResourceLoader.java | Class | This is Wicket's default string resource loader.
The component based string resource loader attempts to find the resource from
a bundle that corresponds to the supplied component object or one of its
parent containers.
The search order for resources is built around the containers that hold the
component (if it is not a page). |
IStringResourceLoader.java | Interface | The string resource loader interface allows a strategy pattern to be applied
to the loading of resource strings for an application. |