X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=source%2Fmircoders%2Fmodule%2FModuleContent.java;h=d66d0cf62de423465c10353257a0265145db4109;hb=94098e6ddf696ac88a233c9c1a8be25a2c58e32e;hp=1eb99461c56d9c16e065c5126ee6ab70ef16077b;hpb=19e43122d238202f5026ae776893305bdcdafc7c;p=mir.git diff --git a/source/mircoders/module/ModuleContent.java b/source/mircoders/module/ModuleContent.java index 1eb99461..d66d0cf6 100755 --- a/source/mircoders/module/ModuleContent.java +++ b/source/mircoders/module/ModuleContent.java @@ -49,28 +49,9 @@ import mircoders.storage.*; /* * ContentObjekt - * - * @version $Id: ModuleContent.java,v 1.9 2002/11/04 04:35:22 mh Exp $ - * - * @author RK - * - * $Log: ModuleContent.java,v $ - * Revision 1.9 2002/11/04 04:35:22 mh - * merge media InputStream changes from MIR_1_0 branch - * - * Revision 1.7.4.3 2002/11/01 05:38:20 mh - * Converted media Interface to use streams (Java IO) instead of byte buffers of - * the entire uplaoded files. These saves loads of unecessary memory use. JAI - * still consumes quite a bit though. - * - * A new temporary file (for JAI) parameter is necessary and is in the config.properties file. - * - * A nice side effect of this work is the FileHandler interface which is - * basically a call back mechanism for WebdbMultipartRequest which allows the - * uploaded file to handled by different classes. For example, for a media - * upload, the content-type, etc.. needs to be determined, but if say the - * FileEditor had a feature to upload static files... another handler wood be - * needed. Right now only the MediaRequest handler exists. + * @version $Id: ModuleContent.java,v 1.10 2002/11/27 07:48:02 mh Exp $ * + * @author RK, mir-coders * */