Enum Class的使用
com.walker.web.CaptchaType
使用CaptchaType的程序包
-
com.walker.web中CaptchaType的使用
返回CaptchaType的com.walker.web中的方法修饰符和类型方法说明CaptchaProvider.getCaptchaType()返回验证码定义类型。static final CaptchaTypestatic CaptchaTypeReturns the enum constant of this class with the specified name.static CaptchaType[]CaptchaType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
com.walker.web.captcha中CaptchaType的使用