|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CaptchaFactory
Interface for the CAPTCHA factories. Class implementing this interface has the responsability to build the Captcha. A captcha factory has the reponsability to build the challenge of a captcha and to pass it to the captcha constructor. Defines two methods to build and retrieve a captcha. A no paramterer method and a localized method.
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!) |
Method Detail |
---|
Captcha getCaptcha()
Captcha getCaptcha(java.util.Locale locale)
locale
- the locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |