net.sourceforge.pebble.confirmation
Class ImageCaptchaServlet
java.lang.Object
HttpServlet
net.sourceforge.pebble.confirmation.ImageCaptchaServlet
public class ImageCaptchaServlet
- extends HttpServlet
Servlet that serves up the JCaptcha image captcha.
- Author:
- Simon Brown
Method Summary |
protected void |
doGet(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
Called when a HTTP GET request is made to the servlet. |
void |
init(ServletConfig servletConfig)
Called to initialise the servlet. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageCaptchaServlet
public ImageCaptchaServlet()
init
public void init(ServletConfig servletConfig)
throws ServletException
- Called to initialise the servlet.
- Parameters:
servletConfig
-
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest httpServletRequest,
HttpServletResponse httpServletResponse)
throws ServletException,
java.io.IOException
- Called when a HTTP GET request is made to the servlet.
- Parameters:
httpServletRequest
- httpServletResponse
-
- Throws:
ServletException
java.io.IOException
Copyright © 2003-2006, Simon Brown. All Rights Reserved.