net.sf.ginp
Class GinpPictureServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.sf.ginp.GinpPictureServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class GinpPictureServlet
- extends javax.servlet.http.HttpServlet
Servlet that delivers Images to the client's browser.
- Version:
- $Revision: 303 $
- Author:
- Doug Culnane, Justin Sher
- See Also:
- Serialized Form
Method Summary |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Called by HTTP GET. |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Called by HTTP POST. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
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 |
GinpPictureServlet
public GinpPictureServlet()
doGet
public void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
- Called by HTTP GET.
- Overrides:
doGet
in class javax.servlet.http.HttpServlet
- Parameters:
req
- HTTP GET Requestres
- HTTP Response
- Throws:
java.io.IOException
- Description of the Exception
doPost
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
- Called by HTTP POST.
- Overrides:
doPost
in class javax.servlet.http.HttpServlet
- Parameters:
req
- HTTP POST Requestres
- HTTP Response
- Throws:
java.io.IOException
- Description of the Exception
Copyright © 2004-2007 null. All Rights Reserved.