org.shept.services.jcaptcha
Class CaptchaServiceSingleton

java.lang.Object
  extended by org.shept.services.jcaptcha.CaptchaServiceSingleton

public class CaptchaServiceSingleton
extends Object

This class is copied from the JCaptcha example

See Also:
http://forge.octo.com/jcaptcha/confluence/display/general/5+minutes+application+integration+tutorial

Field Summary
private static com.octo.captcha.service.image.ImageCaptchaService instance
           
 
Constructor Summary
CaptchaServiceSingleton()
           
 
Method Summary
static com.octo.captcha.service.image.ImageCaptchaService getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static com.octo.captcha.service.image.ImageCaptchaService instance
Constructor Detail

CaptchaServiceSingleton

public CaptchaServiceSingleton()
Method Detail

getInstance

public static com.octo.captcha.service.image.ImageCaptchaService getInstance()


Copyright © 2011. All Rights Reserved.