net.sourceforge.pebble.confirmation
Class CaptchaService

java.lang.Object
  extended by net.sourceforge.pebble.confirmation.CaptchaService

public class CaptchaService
extends java.lang.Object

Singleton wrapper for the JCaptcha services.

Author:
Simon Brown

Constructor Summary
CaptchaService()
           
 
Method Summary
static ImageCaptchaService getInstance()
          Gets the singleton ImageCaptchaService instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptchaService

public CaptchaService()
Method Detail

getInstance

public static ImageCaptchaService getInstance()
Gets the singleton ImageCaptchaService instance.

Returns:
an ImageCaptchaService instance


Copyright © 2003-2006, Simon Brown. All Rights Reserved.