Skip navigation links
C D F G I N O P S T U V 

C

Captcha - Class in cn.cliveyuan.tools.web.bean
验证码
Captcha() - Constructor for class cn.cliveyuan.tools.web.bean.Captcha
 
CaptchaCodeResult - Class in cn.cliveyuan.tools.web.bean
Created by Clive on 2020/02/17.
CaptchaCodeResult() - Constructor for class cn.cliveyuan.tools.web.bean.CaptchaCodeResult
 
CaptchaException - Exception in cn.cliveyuan.tools.web.exception
验证码异常
CaptchaException(int, String) - Constructor for exception cn.cliveyuan.tools.web.exception.CaptchaException
 
CaptchaGenerateType - Enum in cn.cliveyuan.tools.web.bean
Created by Clive on 2019/06/16.
captchaIsNull() - Static method in exception cn.cliveyuan.tools.web.exception.CaptchaException
 
CaptchaRequest - Class in cn.cliveyuan.tools.web.bean
Created by Clive on 2019/06/16.
CaptchaRequest() - Constructor for class cn.cliveyuan.tools.web.bean.CaptchaRequest
 
CaptchaTools - Class in cn.cliveyuan.tools.web
验证码工具类
CaptchaType - Enum in cn.cliveyuan.tools.web.bean
验证码类型
CaptchaValidate - Class in cn.cliveyuan.tools.web.bean
Created by Clive on 2019/06/16.
CaptchaValidate() - Constructor for class cn.cliveyuan.tools.web.bean.CaptchaValidate
 
cn.cliveyuan.tools.web - package cn.cliveyuan.tools.web
 
cn.cliveyuan.tools.web.bean - package cn.cliveyuan.tools.web.bean
 
cn.cliveyuan.tools.web.bean.cookie - package cn.cliveyuan.tools.web.bean.cookie
 
cn.cliveyuan.tools.web.exception - package cn.cliveyuan.tools.web.exception
 
CookieParam - Class in cn.cliveyuan.tools.web.bean.cookie
 
CookieParam() - Constructor for class cn.cliveyuan.tools.web.bean.cookie.CookieParam
 
CookieResult - Class in cn.cliveyuan.tools.web.bean.cookie
 
CookieResult() - Constructor for class cn.cliveyuan.tools.web.bean.cookie.CookieResult
 
CookieTools - Class in cn.cliveyuan.tools.web
Cookie 操作工具
CookieTools() - Constructor for class cn.cliveyuan.tools.web.CookieTools
 

D

DEFAULT_CAPTCHA_HEIGHT - Static variable in class cn.cliveyuan.tools.web.CaptchaTools
 
DEFAULT_CAPTCHA_LENGTH - Static variable in class cn.cliveyuan.tools.web.CaptchaTools
 
DEFAULT_CAPTCHA_NAME - Static variable in class cn.cliveyuan.tools.web.CaptchaTools
 
DEFAULT_CAPTCHA_WIDTH - Static variable in class cn.cliveyuan.tools.web.CaptchaTools
 
delete(CookieParam) - Static method in class cn.cliveyuan.tools.web.CookieTools
删除cookie

F

failToMkdirs(String) - Static method in exception cn.cliveyuan.tools.web.exception.FileUploadException
 
fileEmpty() - Static method in exception cn.cliveyuan.tools.web.exception.FileUploadException
 
FileUploadException - Exception in cn.cliveyuan.tools.web.exception
文件上传异常
FileUploadException(int, String) - Constructor for exception cn.cliveyuan.tools.web.exception.FileUploadException
 
FileUploadRequest - Class in cn.cliveyuan.tools.web.bean
Created by Clive on 2019/06/25.
FileUploadRequest() - Constructor for class cn.cliveyuan.tools.web.bean.FileUploadRequest
 
FileUploadResponse - Class in cn.cliveyuan.tools.web.bean
文件上传响应
FileUploadResponse() - Constructor for class cn.cliveyuan.tools.web.bean.FileUploadResponse
 
FileUploadTools - Class in cn.cliveyuan.tools.web
文件上传工具类

G

generate(CaptchaRequest) - Static method in class cn.cliveyuan.tools.web.CaptchaTools
生成验证码 v2
generateLetterNumVerifyCode(int) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
生成字母数字验证码
generateMathAddVerifyCode(int, int) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
生成范围内的加法验证码 (边界都包括)
generateVerifyCode(int) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
使用系统默认字符源生成验证码
generateVerifyCode(int, String) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
使用指定源生成验证码
get(CookieParam) - Static method in class cn.cliveyuan.tools.web.CookieTools
获取cookie
getClientIp(HttpServletRequest) - Static method in class cn.cliveyuan.tools.web.IpTools
获取访问者ip
getCode() - Method in exception cn.cliveyuan.tools.web.exception.CaptchaException
 
getValue(CookieParam) - Static method in class cn.cliveyuan.tools.web.CookieTools
获取cookie value

I

idIsEmpty() - Static method in exception cn.cliveyuan.tools.web.exception.CaptchaException
 
IpTools - Class in cn.cliveyuan.tools.web
ip 工具
IpTools() - Constructor for class cn.cliveyuan.tools.web.IpTools
 

N

notInSession() - Static method in exception cn.cliveyuan.tools.web.exception.CaptchaException
 
notMatch() - Static method in exception cn.cliveyuan.tools.web.exception.CaptchaException
 
notSupport(String) - Static method in exception cn.cliveyuan.tools.web.exception.FileUploadException
 

O

outputImage(int, int, File, String) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
生成指定验证码图像文件
outputImage(int, int, OutputStream, String, boolean) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
 
outputImage(int, int, OutputStream, String) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
输出指定验证码图片流
outputVerifyImage(int, int, File, int) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
生成随机验证码文件,并返回验证码值
outputVerifyImage(int, int, OutputStream, int) - Static method in class cn.cliveyuan.tools.web.VerifyCodeTools
输出随机验证码图片流,并返回验证码值

P

parseJsonError() - Static method in exception cn.cliveyuan.tools.web.exception.CaptchaException
 

S

set(SetCookieParam) - Static method in class cn.cliveyuan.tools.web.CookieTools
设置cookie
setCode(int) - Method in exception cn.cliveyuan.tools.web.exception.CaptchaException
 
SetCookieParam - Class in cn.cliveyuan.tools.web.bean.cookie
 
SetCookieParam() - Constructor for class cn.cliveyuan.tools.web.bean.cookie.SetCookieParam
 

T

toString() - Method in class cn.cliveyuan.tools.web.bean.cookie.CookieParam
 

U

unKnowError() - Static method in exception cn.cliveyuan.tools.web.exception.FileUploadException
 
upload(FileUploadRequest) - Static method in class cn.cliveyuan.tools.web.FileUploadTools
文件上传
uploadPathNotExist() - Static method in exception cn.cliveyuan.tools.web.exception.FileUploadException
 

V

validate(CaptchaValidate) - Static method in class cn.cliveyuan.tools.web.CaptchaTools
校验验证码 v2
valueIsEmpty() - Static method in exception cn.cliveyuan.tools.web.exception.CaptchaException
 
valueOf(String) - Static method in enum cn.cliveyuan.tools.web.bean.CaptchaGenerateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.cliveyuan.tools.web.bean.CaptchaType
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.cliveyuan.tools.web.bean.CaptchaGenerateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.cliveyuan.tools.web.bean.CaptchaType
Returns an array containing the constants of this enum type, in the order they are declared.
VERIFY_CODES - Static variable in class cn.cliveyuan.tools.web.VerifyCodeTools
 
VerifyCodeTools - Class in cn.cliveyuan.tools.web
验证码工具
VerifyCodeTools() - Constructor for class cn.cliveyuan.tools.web.VerifyCodeTools
 
C D F G I N O P S T U V 
Skip navigation links

Copyright © 2022. All rights reserved.