Uses of Interface
org.apache.wicket.resource.loader.IStringResourceLoader
-
Packages that use IStringResourceLoader Package Description 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 Modifier and Type Method Description protected java.util.List<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 Modifier and Type Class Description classBundleStringResourceLoaderImplementation of a string resource loader that sits on top of the ordinary Java resource bundle mechanism.classClassStringResourceLoaderThis string resource loader attempts to find a single resource bundle that has the same name and location as the clazz provided in the constructor.classComponentStringResourceLoaderThis is one of Wicket's default string resource loaders.classInitializerStringResourceLoaderThis is one of Wicket's default string resource loaders.classNestedStringResourceLoaderCreates a nested string resource loader which resolves nested keys.
Example:classPackageStringResourceLoaderThis is one of Wicket's default string resource loaders.classValidatorStringResourceLoaderThis is one of Wicket's default string resource loaders.Constructor parameters in org.apache.wicket.resource.loader with type arguments of type IStringResourceLoader Constructor Description NestedStringResourceLoader(java.util.List<IStringResourceLoader> loaders, java.util.regex.Pattern pattern)Creates a nested string resource loader -
Uses of IStringResourceLoader in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return types with arguments of type IStringResourceLoader Modifier and Type Method Description java.util.List<IStringResourceLoader>ResourceSettings. getStringResourceLoaders()
-