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

java.lang.Object
  extended byDefaultRequestContext
      extended byit.eng.spago.dispatching.httpchannel.upload.SaveOnDiskUploader
All Implemented Interfaces:
IUploadHandler

public class SaveOnDiskUploader
extends DefaultRequestContext
implements IUploadHandler

See Also:
Serialized Form

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

Constructor Detail

SaveOnDiskUploader

public SaveOnDiskUploader()
Method Detail

init

public void init(SourceBean config)

upload

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

getConfig

public SourceBean getConfig()