Mercurial > hg > digilib-old
view servlet/src/digilib/io/MetadataMap.java @ 741:ee620bcf4ab0 jquery
image-drag now with full background image :-)
if your browser supports background-size.
and some cleanups.
author | robcast |
---|---|
date | Wed, 02 Feb 2011 20:03:36 +0100 |
parents | 9cedd170b581 |
children | 73e041c710d3 |
line wrap: on
line source
/** * */ package digilib.io; import java.util.HashMap; /** Map for metadata related to files. * @author casties * */ public class MetadataMap extends HashMap<String, String> { }