Interface | Description |
---|---|
IStringResourceLoader |
The string resource loader interface allows a strategy pattern to be applied to the loading of
resource strings for an application.
|
Class | Description |
---|---|
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 provided in the constructor.
|
ComponentStringResourceLoader |
This is one of Wicket's default string resource loaders.
|
InitializerStringResourceLoader |
This is one of Wicket's default string resource loaders.
|
NestedStringResourceLoader |
Creates a nested string resource loader which resolves nested keys.
Example: |
PackageStringResourceLoader |
This is one of Wicket's default string resource loaders.
|
ValidatorStringResourceLoader |
This is one of Wicket's default string resource loaders.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.