se.portfolio.scam.http.command.response
Class Download
java.lang.Object
se.kmr.scam.client.http.CommandResponse
se.portfolio.scam.http.command.response.Download
- public class Download
- extends CommandResponse
Represents a download response.
This response can not write the content directly to the
HttpServletResponse
object since the url does not reflect the
"real" content name.
- Version:
- $Revision: 1.3 $
- Author:
- Jöran
- Created:
- den 6 november 2002
Method Summary |
void |
execute()
Execute the download. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Download
public Download(HttpServletRequest request,
HttpServletResponse response,
FileContentBean bean)
- Constructor for the Download object
- Parameters:
request
- request objectresponse
- response object
execute
public void execute()
throws HttpException
- Execute the download.
- Specified by:
execute
in class CommandResponse
- Throws:
HttpException
- thrown in case of exception in redirecting the
request.
Copyright © 2003 SCAM. All Rights Reserved.