类 WordCaptchaProvider
java.lang.Object
com.walker.support.kaptcha.WordCaptchaProvider
- 所有已实现的接口:
CaptchaProvider<CaptchaResult>
只有文字的验证码,数字或者字母。
- 作者:
- 时克英
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
WordCaptchaProvider
public WordCaptchaProvider()
-
-
方法详细资料
-
generateCaptcha
- 指定者:
generateCaptcha在接口中CaptchaProvider<CaptchaResult>
-
validateCaptcha
- 指定者:
validateCaptcha在接口中CaptchaProvider<CaptchaResult>
-
getCaptchaType
- 指定者:
getCaptchaType在接口中CaptchaProvider<CaptchaResult>
-