|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.image.ImageCaptchaFactory
public abstract class ImageCaptchaFactory
Implements a ImageCaptcha Factory
.
Constructor Summary | |
---|---|
ImageCaptchaFactory()
|
Method Summary | |
---|---|
Captcha |
getCaptcha()
builds a captcha. |
Captcha |
getCaptcha(java.util.Locale locale)
build Localized captcha (don't forget those captcha are for human beings!). |
abstract ImageCaptcha |
getImageCaptcha()
ImageCaptcha. |
abstract ImageCaptcha |
getImageCaptcha(java.util.Locale locale)
a ImageCaptcha. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageCaptchaFactory()
Method Detail |
---|
public final Captcha getCaptcha()
getCaptcha
in interface CaptchaFactory
public final Captcha getCaptcha(java.util.Locale locale)
getCaptcha
in interface CaptchaFactory
locale
- the locale
public abstract ImageCaptcha getImageCaptcha()
public abstract ImageCaptcha getImageCaptcha(java.util.Locale locale)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |