Package edu.cornell.mannlib.vitro.webapp.filestorage
-
Class Summary Class Description FileServingHelper Static methods to help when serving uploaded files.TempFileHolder Attaches an uploaded file to the session with a listener, so the file will be deleted if The session times out. The session is invalidated. The server is shut down. Another file is attached to the session with the same attribute name. To see that the file isn't deleted, remove it from the session with a call toremove.UploadedFileHelper A helper object to handle the mundane details of dealing with uploaded files in the model.