Example usage for org.apache.wicket.markup.html.image ContextImage subclass-usage

List of usage examples for org.apache.wicket.markup.html.image ContextImage subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.markup.html.image ContextImage subclass-usage.

Usage

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

public class PresizedImage extends ContextImage {
    private static final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(PresizedImage.class);

    private static final long serialVersionUID = -1456397971086283625L;

    private static final Map<String, Dimension> registry;