| |
|
| java.lang.Object org.directwebremoting.servlet.DownloadHandler
DownloadHandler | public class DownloadHandler implements Handler(Code) | | A DownloadHandler is basically a FileServingServlet that integrates with
a DownloadManager to purge files from the system that have been downloaded.
author: Joe Walker [joe at getahead dot ltd dot uk] |
downloadHandlerUrl | protected String downloadHandlerUrl(Code) | | The URL part which we attach to the downloads.
|
setDownloadHandlerUrl | public void setDownloadHandlerUrl(String downloadHandlerUrl)(Code) | | The URL part which we attach to the downloads.
Parameters: downloadHandlerUrl - The URL for this Handler. |
setDownloadManager | public void setDownloadManager(DownloadManager downloadManager)(Code) | | Parameters: downloadManager - The new DownloadManager |
|
|
|