/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.arsdigita.cms.dispatcher; /** * * @author Sören Bernstein */ public class DownloadImage extends BaseImage { public DownloadImage() { super(true); } }