org.infolayer.servlet
Class Process_download

java.lang.Object
  extended byorg.infolayer.servlet.Process_download
All Implemented Interfaces:
GetHandler

public class Process_download
extends java.lang.Object
implements GetHandler


Constructor Summary
Process_download()
           
 
Method Summary
 void process(RequestHandler handler)
          Called from the RequestHandler to process a download request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Process_download

public Process_download()
Method Detail

process

public void process(RequestHandler handler)
             throws java.io.IOException
Called from the RequestHandler to process a download request. Generates a ZIP file with all selected objects and sends it to the user agent.

Specified by:
process in interface GetHandler
Throws:
java.io.IOException