net.sf.ginp
Class GinpPictureServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by 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

Constructor Summary
GinpPictureServlet()
           
 
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
 

Constructor Detail

GinpPictureServlet

public GinpPictureServlet()
Method Detail

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 Request
res - 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 Request
res - HTTP Response
Throws:
java.io.IOException - Description of the Exception


Copyright © 2004-2007 null. All Rights Reserved.