跳过导航链接
A B C D E F G H I L M P R S W 

A

addHeader(String, Object) - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
添加响应头的参数
addInterceptor(HandlerInterceptor) - 类 中的方法cn.xhteam.boot.interceptor.InterceptorRegistry
 
addInterceptors(InterceptorRegistry) - 接口 中的方法cn.xhteam.boot.interceptor.WebMvcConfigurer
 
addPathPatterns(String...) - 类 中的方法cn.xhteam.boot.interceptor.InterceptorRegistration
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 接口 中的方法cn.xhteam.boot.interceptor.HandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法cn.xhteam.boot.interceptor.MappedInterceptor
 

B

BootClass - 类 中的静态变量cn.xhteam.boot.core.CatBootApplication
 

C

CatBootApplication - cn.xhteam.boot.core中的类
 
CatBootApplication() - 类 的构造器cn.xhteam.boot.core.CatBootApplication
构造方法
ClientHandler - cn.xhteam.boot.core中的类
 
ClientHandler(Socket) - 类 的构造器cn.xhteam.boot.core.ClientHandler
 
cn.xhteam.boot.annotation - 程序包 cn.xhteam.boot.annotation
 
cn.xhteam.boot.core - 程序包 cn.xhteam.boot.core
 
cn.xhteam.boot.http - 程序包 cn.xhteam.boot.http
 
cn.xhteam.boot.interceptor - 程序包 cn.xhteam.boot.interceptor
 
cn.xhteam.boot.util - 程序包 cn.xhteam.boot.util
 
CONTENT_APPLICATION_JSON - 类 中的静态变量cn.xhteam.boot.util.HttpConstant
 
CONTENT_TEXT_HTML - 类 中的静态变量cn.xhteam.boot.util.HttpConstant
 
Controller - cn.xhteam.boot.annotation中的注释类型
 

D

DispatcherServlet - cn.xhteam.boot.core中的类
 
DispatcherServlet() - 类 的构造器cn.xhteam.boot.core.DispatcherServlet
 

E

EmptyRequestException - cn.xhteam.boot.http中的异常错误
 
EmptyRequestException() - 异常错误 的构造器cn.xhteam.boot.http.EmptyRequestException
 
EmptyRequestException(String) - 异常错误 的构造器cn.xhteam.boot.http.EmptyRequestException
 
EmptyRequestException(String, Throwable) - 异常错误 的构造器cn.xhteam.boot.http.EmptyRequestException
 
EmptyRequestException(Throwable) - 异常错误 的构造器cn.xhteam.boot.http.EmptyRequestException
 
EmptyRequestException(String, Throwable, boolean, boolean) - 异常错误 的构造器cn.xhteam.boot.http.EmptyRequestException
 
excludePathPatterns(String...) - 类 中的方法cn.xhteam.boot.interceptor.InterceptorRegistration
 

F

FileClassUtil - cn.xhteam.boot.util中的类
 
FileClassUtil() - 类 的构造器cn.xhteam.boot.util.FileClassUtil
 
findAndAddClassesInPackageByFile(String, String, boolean, List<Class<?>>) - 类 中的静态方法cn.xhteam.boot.util.FileClassUtil
 

G

GET - 类 中的静态变量cn.xhteam.boot.http.HttpServletRequest
 
getClasses(String) - 类 中的静态方法cn.xhteam.boot.util.FileClassUtil
 
getContentFile() - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
 
getDispatcherServlet() - 类 中的静态方法cn.xhteam.boot.core.DispatcherServlet
 
getHeader(String) - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
getInterceptor() - 类 中的方法cn.xhteam.boot.interceptor.InterceptorRegistration
 
getInterceptor() - 类 中的方法cn.xhteam.boot.interceptor.MappedInterceptor
 
getMethod(String) - 类 中的静态方法cn.xhteam.boot.core.HandMapping
 
getMethod() - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
getOutputStream() - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
 
getParamBody() - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
getParameter(String) - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
getPathMatcher() - 类 中的方法cn.xhteam.boot.interceptor.MappedInterceptor
 
getPathPatterns() - 类 中的方法cn.xhteam.boot.interceptor.MappedInterceptor
 
getProtocol() - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
getQueryString() - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
getRequestParam(HttpServletRequest, Method) - 类 中的方法cn.xhteam.boot.core.DispatcherServlet
 
getRequestURI() - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
getStatusCode() - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
 
getStatusReason() - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
 
getUri() - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
getWriter() - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
 

H

HandlerInterceptor - cn.xhteam.boot.interceptor中的接口
 
HandMapping - cn.xhteam.boot.core中的类
使用当前类维护所有请求对对应的Controller的处理业务方法
HandMapping() - 类 的构造器cn.xhteam.boot.core.HandMapping
 
HTTP_REASON - 类 中的静态变量cn.xhteam.boot.util.HttpConstant
 
HttpConstant - cn.xhteam.boot.util中的类
 
HttpConstant() - 类 的构造器cn.xhteam.boot.util.HttpConstant
 
HttpServletRequest - cn.xhteam.boot.http中的类
解析请求 请求对象 该类的每一个实例用于表示浏览器发送过来的一个HTTP的请求内容 每个请求HTTP协议要求由三部分构成:请求行,消息头,消息正文
HttpServletRequest(Socket) - 类 的构造器cn.xhteam.boot.http.HttpServletRequest
 
HttpServletResponse - cn.xhteam.boot.http中的类
发送响应 响应对象 该类的每一个实例表示HTTP协议规定的一个响应内容 每个响应由三部分构成: 状态行,响应头,响应正文
HttpServletResponse(Socket) - 类 的构造器cn.xhteam.boot.http.HttpServletResponse
 

I

InterceptorRegistration - cn.xhteam.boot.interceptor中的类
 
InterceptorRegistration(HandlerInterceptor) - 类 的构造器cn.xhteam.boot.interceptor.InterceptorRegistration
 
InterceptorRegistry - cn.xhteam.boot.interceptor中的类
 
InterceptorRegistry() - 类 的构造器cn.xhteam.boot.interceptor.InterceptorRegistry
 

L

logger - 类 中的静态变量cn.xhteam.boot.core.CatBootApplication
 
logger - 类 中的静态变量cn.xhteam.boot.http.HttpServletRequest
 

M

MappedInterceptor - cn.xhteam.boot.interceptor中的类
 
MappedInterceptor(String[], HandlerInterceptor) - 类 的构造器cn.xhteam.boot.interceptor.MappedInterceptor
 
MappedInterceptor(String[], String[], HandlerInterceptor) - 类 的构造器cn.xhteam.boot.interceptor.MappedInterceptor
 

P

pathMatcher(PathMatcher) - 类 中的方法cn.xhteam.boot.interceptor.InterceptorRegistration
 
POST - 类 中的静态变量cn.xhteam.boot.http.HttpServletRequest
 
postHandle(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法cn.xhteam.boot.interceptor.HandlerInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.xhteam.boot.interceptor.MappedInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 接口 中的方法cn.xhteam.boot.interceptor.HandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法cn.xhteam.boot.interceptor.MappedInterceptor
 
putMethod(String, Method) - 类 中的静态方法cn.xhteam.boot.core.HandMapping
 

R

RequestMapping - cn.xhteam.boot.annotation中的注释类型
 
RequestParam - cn.xhteam.boot.annotation中的注释类型
 
response() - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
将当前响应对象内容以标准的HTTP响应格式,发送给客户端(浏览器)
RESPONSE_404_HTML_EN - 类 中的静态变量cn.xhteam.boot.util.HttpConstant
 
RESPONSE_404_HTML_ZN - 类 中的静态变量cn.xhteam.boot.util.HttpConstant
 
RESPONSE_INDEX_HTML - 类 中的静态变量cn.xhteam.boot.util.HttpConstant
 
run(Class, String[]) - 类 中的静态方法cn.xhteam.boot.core.CatBootApplication
主程序
run() - 类 中的方法cn.xhteam.boot.core.ClientHandler
 

S

sendRedirect(String) - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
路由重定向
service(HttpServletRequest, HttpServletResponse) - 类 中的方法cn.xhteam.boot.core.DispatcherServlet
 
setContentFile(File) - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
 
setContentType(String) - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
通过返回的字节输出流写出的字节最终会作为响应正文内容发送给客户端
setMethod(String) - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
setPathMatcher(PathMatcher) - 类 中的方法cn.xhteam.boot.interceptor.MappedInterceptor
 
setProtocol(String) - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
setStatusCode(int) - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
 
setStatusReason(String) - 类 中的方法cn.xhteam.boot.http.HttpServletResponse
 
setUri(String) - 类 中的方法cn.xhteam.boot.http.HttpServletRequest
 
start() - 类 中的方法cn.xhteam.boot.core.CatBootApplication
 

W

WebMvcConfigurer - cn.xhteam.boot.interceptor中的接口
 
A B C D E F G H I L M P R S W 
跳过导航链接

Copyright © 2023. All rights reserved.