|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.octo.captcha.text.TextCaptchaFactory
public abstract class TextCaptchaFactory
Implements a TextCaptcha Factory
.
| Constructor Summary | |
|---|---|
TextCaptchaFactory()
|
|
| 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 TextCaptcha |
getTextCaptcha()
TextCaptcha. |
abstract TextCaptcha |
getTextCaptcha(java.util.Locale locale)
a TextCaptcha. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextCaptchaFactory()
| Method Detail |
|---|
public final Captcha getCaptcha()
getCaptcha in interface CaptchaFactorypublic final Captcha getCaptcha(java.util.Locale locale)
getCaptcha in interface CaptchaFactorylocale - the locale
public abstract TextCaptcha getTextCaptcha()
public abstract TextCaptcha getTextCaptcha(java.util.Locale locale)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||