Creating a Taxonomic e-Science

org.cateproject.controller.captcha
Class CaptchaController

java.lang.Object
  extended by org.cateproject.controller.captcha.CaptchaController

@Controller
public class CaptchaController
extends Object


Constructor Summary
CaptchaController()
           
 
Method Summary
 void handleRequest(String captchaId, Locale locale, HttpServletResponse response)
           
 void setImageCaptchaService(com.octo.captcha.service.image.ImageCaptchaService imageCaptchaService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptchaController

public CaptchaController()
Method Detail

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

Creating a Taxonomic e-Science

Copyright © 2010. All Rights Reserved.