@Controller
protected static class FrameworkMvcConfiguration.KaptchaConfiguration.CaptchaController
extends java.lang.Object
| Constructor and Description |
|---|
CaptchaController(com.google.code.kaptcha.Producer producer,
ICaptchaService captchaService) |
| Modifier and Type | Method and Description |
|---|---|
void |
captcha(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String loginId) |
public CaptchaController(com.google.code.kaptcha.Producer producer,
ICaptchaService captchaService)
@NoRequestLogging
@GetMapping(value="/captcha.jpg",
name="\u56fe\u7247\u9a8c\u8bc1\u7801")
public void captcha(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String loginId)
throws java.io.IOException
java.io.IOException