se.kmr.scam.client.http
Class ContentController
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
se.kmr.scam.client.http.ContentController
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- public class ContentController
- extends HttpServlet
Handles downloads of content.
Arguments:
FileContentBean.NAME -> FileContentBean
- Download the content
of this object.
- Version:
- $Revision: 1.6 $
- Author:
- Jöran
- See Also:
- Serialized Form
- Created:
- den 7 januari 2003
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentController
public ContentController()
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException
- Handle GET-requests.
- Parameters:
request
- current request objectresponse
- current response object
- Throws:
ServletException
- Thrown in case of exception writing the
content to current response object
Copyright © 2003 SCAM. All Rights Reserved.