org.opengts.war.tools
Interface FileDownloadHandler


public interface FileDownloadHandler


Method Summary
 boolean handleFileDownload(java.lang.String context, RequestProperties reqState)
          Handle a File Download request
 

Method Detail

handleFileDownload

boolean handleFileDownload(java.lang.String context,
                           RequestProperties reqState)
Handle a File Download request

Parameters:
context - The "context" of the File Download
reqState - The current context RequestProperties
Returns:
True is successful