类 RandomWordFactory
java.lang.Object
spring.turbo.module.misc.captcha.google.word.RandomWordFactory
- 所有已实现的接口:
WordFactory
- 直接已知子类:
AdaptiveRandomWordFactory
- 从以下版本开始:
- 1.0.0
- 作者:
- 应卓
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetCharacters(String characters) voidsetMaxLength(int maxLength) voidsetMinLength(int minLength)
-
字段详细资料
-
characters
-
minLength
protected int minLength -
maxLength
protected int maxLength
-
-
构造器详细资料
-
RandomWordFactory
public RandomWordFactory()
-
-
方法详细资料
-
setCharacters
-
setMinLength
public void setMinLength(int minLength) -
setMaxLength
public void setMaxLength(int maxLength) -
getNextWord
- 指定者:
getNextWord在接口中WordFactory
-