|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStringResourceLoader | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.resource.loader | |
| org.apache.wicket.settings | |
| Uses of IStringResourceLoader in org.apache.wicket |
|---|
| Methods in org.apache.wicket that return types with arguments of type IStringResourceLoader | |
|---|---|
protected java.util.Iterator<IStringResourceLoader> |
Localizer.getStringResourceLoaders()
In case you want to provide your own list of string resource loaders |
| Uses of IStringResourceLoader in org.apache.wicket.resource.loader |
|---|
| Classes in org.apache.wicket.resource.loader that implement IStringResourceLoader | |
|---|---|
class |
BundleStringResourceLoader
Implementation of a string resource loader that sits on top of the ordinary Java resource bundle mechanism. |
class |
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. |
class |
ComponentStringResourceLoader
This is one of Wicket's default string resource loaders. |
class |
PackageStringResourceLoader
This is one of Wicket's default string resource loaders. |
class |
ValidatorStringResourceLoader
This is one of Wicket's default string resource loaders. |
| Uses of IStringResourceLoader in org.apache.wicket.settings |
|---|
| Methods in org.apache.wicket.settings that return types with arguments of type IStringResourceLoader | |
|---|---|
java.util.List<IStringResourceLoader> |
IResourceSettings.getStringResourceLoaders()
|
java.util.List<IStringResourceLoader> |
Settings.getStringResourceLoaders()
|
| Methods in org.apache.wicket.settings with parameters of type IStringResourceLoader | |
|---|---|
void |
IResourceSettings.addStringResourceLoader(int index,
IStringResourceLoader loader)
Add a string resource loader to the chain of loaders. |
void |
Settings.addStringResourceLoader(int index,
IStringResourceLoader loader)
|
void |
IResourceSettings.addStringResourceLoader(IStringResourceLoader loader)
Add a string resource loader to the chain of loaders. |
void |
Settings.addStringResourceLoader(IStringResourceLoader loader)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||