com.google.code.kaptcha.servlet
Class KaptchaExtend

java.lang.Object
  extended by com.google.code.kaptcha.servlet.KaptchaExtend

public class KaptchaExtend
extends Object


Constructor Summary
KaptchaExtend()
           
 
Method Summary
 void captcha(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          map it to the /url/captcha.jpg
 String getGeneratedKey(javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KaptchaExtend

public KaptchaExtend()
Method Detail

captcha

public void captcha(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse resp)
             throws javax.servlet.ServletException,
                    IOException
map it to the /url/captcha.jpg

Parameters:
req -
resp -
Throws:
javax.servlet.ServletException
IOException

getGeneratedKey

public String getGeneratedKey(javax.servlet.http.HttpServletRequest req)


Copyright © 2013. All rights reserved.