Java org.apache.wicket.resource.loader IStringResourceLoader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.resource.loader IStringResourceLoader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.resource.loader IStringResourceLoader.

The text is from its open source code.

Implementation

org.apache.wicket.resource.loader.IStringResourceLoader has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringloadStringResource(Class clazz, String key, Locale locale, String style, String variation)
Get the string resource for the given combination of component class, resource key, locale and style.
StringloadStringResource(Component component, String key, Locale locale, String style, String variation)
Get the string resource for the given combination of component, resource key, locale and style.