Example usage for org.apache.wicket.resource.loader ComponentStringResourceLoader subclass-usage

List of usage examples for org.apache.wicket.resource.loader ComponentStringResourceLoader subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.resource.loader ComponentStringResourceLoader subclass-usage.

Usage

From source file org.brixcms.web.BrixExtensionStringResourceLoader.java

/**
 * {@link IStringResourceLoader} that checks extension point classes for
 * contributed resource bundles
 * 
 * @author igor.vaynberg
 */

From source file org.hippoecm.frontend.ClassFromKeyStringResourceLoader.java

/**
 * An IStringResourceLoader that does not need a class to resolve the corresponding properties.
 * <p>
 * The keys can be in the format "realKey[,prop1=value1[,prop2=value2[...]]]".
 * In this case, the prop-value pairs are used as additional criteria in the
 * search for a translation.