|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.sound.SoundCaptchaFactory
public abstract class SoundCaptchaFactory
Description: This class is for building a sound captcha. This class is abstract.
Constructor Summary | |
---|---|
SoundCaptchaFactory()
|
Method Summary | |
---|---|
Captcha |
getCaptcha()
this method builds a capctha. |
Captcha |
getCaptcha(java.util.Locale locale)
this method builds a localized capctha. |
abstract SoundCaptcha |
getSoundCaptcha()
this method builds a sound capctha. |
abstract SoundCaptcha |
getSoundCaptcha(java.util.Locale locale)
this method builds a localized sound capctha. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoundCaptchaFactory()
Method Detail |
---|
public Captcha getCaptcha()
getCaptcha
in interface CaptchaFactory
public Captcha getCaptcha(java.util.Locale locale)
getCaptcha
in interface CaptchaFactory
locale
- the locale
public abstract SoundCaptcha getSoundCaptcha()
public abstract SoundCaptcha getSoundCaptcha(java.util.Locale locale)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |