Mercurial > hg > digilib-old
view servlet/src/digilib/io/MetadataMap.java @ 727:fc61c6b02c78 jquery
first steps to storing embedded state in cookie
author | robcast |
---|---|
date | Tue, 01 Feb 2011 11:18:32 +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> { }