it.eng.spagobi.commons.utilities
Class UploadManager

java.lang.Object
  extended by it.eng.spago.dispatching.service.DefaultRequestContext
      extended by it.eng.spagobi.commons.utilities.UploadManager
All Implemented Interfaces:
it.eng.spago.dispatching.httpchannel.upload.IUploadHandler, it.eng.spago.dispatching.service.RequestContextIFace, java.io.Serializable

public class UploadManager
extends it.eng.spago.dispatching.service.DefaultRequestContext
implements it.eng.spago.dispatching.httpchannel.upload.IUploadHandler

See Also:
Serialized Form

Constructor Summary
UploadManager()
           
 
Method Summary
 void upload(org.apache.commons.fileupload.FileItem item)
           
 
Methods inherited from class it.eng.spago.dispatching.service.DefaultRequestContext
getErrorHandler, getRequestContainer, getResponseContainer, getServiceRequest, getServiceResponse, setRequestContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadManager

public UploadManager()
Method Detail

upload

public void upload(org.apache.commons.fileupload.FileItem item)
            throws java.lang.Exception
Specified by:
upload in interface it.eng.spago.dispatching.httpchannel.upload.IUploadHandler
Throws:
java.lang.Exception