Example usage for org.apache.wicket.model.util MapModel subclass-usage

List of usage examples for org.apache.wicket.model.util MapModel subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.model.util MapModel subclass-usage.

Usage

From source file org.projectforge.web.wicket.I18nParamMap.java

/**
 * Helper for parameterized Wicket i18n messages.
 * 
 * <code>
 *  getString("message.download", new I18nParams().put("title", data.getTitle().put("date", "2013-04-06"));
 *  i18n.properties: message.download=This is a message for ${title}. The date is ${date}.