it.eng.spago.dispatching.httpchannel.upload
Class SaveAsAttributeUploader

java.lang.Object
  extended by DefaultRequestContext
      extended by it.eng.spago.dispatching.httpchannel.upload.SaveAsAttributeUploader
All Implemented Interfaces:
IUploadHandler

public class SaveAsAttributeUploader
extends DefaultRequestContext
implements IUploadHandler


Constructor Summary
SaveAsAttributeUploader()
           
 
Method Summary
 void upload(FileItem fileItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveAsAttributeUploader

public SaveAsAttributeUploader()
Method Detail

upload

public void upload(FileItem fileItem)
            throws java.lang.Exception
Specified by:
upload in interface IUploadHandler
Throws:
java.lang.Exception