Mercurial > hg > digilib-old
view servlet/src/digilib/meta/MetadataMap.java @ 831:30037e93ec2a stream
helper function to show request and response header.
author | robcast |
---|---|
date | Fri, 25 Feb 2011 12:41:07 +0100 |
parents | 69bc69381ac4 |
children |
line wrap: on
line source
/** * */ package digilib.meta; import java.util.HashMap; /** Map for metadata related to files. * @author casties * */ @SuppressWarnings("serial") public class MetadataMap extends HashMap<String, String> { }