org.cateproject.controller.captcha
Class CaptchaController
java.lang.Object
org.cateproject.controller.captcha.CaptchaController
@Controller
public class CaptchaController
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CaptchaController
public CaptchaController()
setImageCaptchaService
public void setImageCaptchaService(com.octo.captcha.service.image.ImageCaptchaService imageCaptchaService)
handleRequest
@RequestMapping(value="/captcha/{captchaId}",
method=GET)
public void handleRequest(@PathVariable(value="captchaId")
String captchaId,
Locale locale,
HttpServletResponse response)
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.