Example usage for org.apache.wicket.util.string.interpolator VariableInterpolator subclass-usage

List of usage examples for org.apache.wicket.util.string.interpolator VariableInterpolator subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.util.string.interpolator VariableInterpolator subclass-usage.

Usage

From source file org.artifactory.common.wicket.component.template.ModelVariableInterpolator.java

/**
 * @author Yoav Aharoni
 */
public class ModelVariableInterpolator extends VariableInterpolator {
    private Map<String, IModel> variables;