A C F G H I J L M N P R S T U
A
- addHeader(String, String) - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsResponseForServlet
-
- addHeader(String, String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsResponse
-
在响应头里添加一个值
C
- cn.jdevelops.sboot.web.config - 程序包 cn.jdevelops.sboot.web.config
-
- cn.jdevelops.sboot.web.context - 程序包 cn.jdevelops.sboot.web.context
-
- cn.jdevelops.sboot.web.context.service - 程序包 cn.jdevelops.sboot.web.context.service
-
- cn.jdevelops.sboot.web.context.service.impl - 程序包 cn.jdevelops.sboot.web.context.service.impl
-
- cn.jdevelops.sboot.web.context.servlet - 程序包 cn.jdevelops.sboot.web.context.servlet
-
- cn.jdevelops.sboot.web.entity.http - 程序包 cn.jdevelops.sboot.web.entity.http
-
- cn.jdevelops.sboot.web.entity.url - 程序包 cn.jdevelops.sboot.web.entity.url
-
- cn.jdevelops.sboot.web.exception - 程序包 cn.jdevelops.sboot.web.exception
-
- cn.jdevelops.sboot.web.scan - 程序包 cn.jdevelops.sboot.web.scan
-
- cn.jdevelops.sboot.web.service.url - 程序包 cn.jdevelops.sboot.web.service.url
-
- cn.jdevelops.sboot.web.util - 程序包 cn.jdevelops.sboot.web.util
-
- ContextHolder - cn.jdevelops.sboot.web.context中的类
-
上下文持有类
- ContextHolder() - 类 的构造器cn.jdevelops.sboot.web.context.ContextHolder
-
- ContextManager - cn.jdevelops.sboot.web.context中的类
-
上下文全局
- ContextManager() - 类 的构造器cn.jdevelops.sboot.web.context.ContextManager
-
F
- forward(String, HttpServletResponse) - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- forward(String, HttpServletResponse) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
请求转发
G
- getContext() - 类 中的静态方法cn.jdevelops.sboot.web.context.ContextHolder
-
获取当前请求的 SaTokenContext
- getCookieValue(String) - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- getCookieValue(String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
在Cookie作用域里获取一个值
- getExcludePathPatterns() - 类 中的方法cn.jdevelops.sboot.web.config.InterceptUrl
-
- getHeader(String) - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- getHeader(String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
在请求头里获取一个值
- getHeader(String, String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
在请求头里获取一个值
- getJdevelopsContext() - 类 中的静态方法cn.jdevelops.sboot.web.context.ContextManager
-
- getJdevelopsContext() - 类 中的方法cn.jdevelops.sboot.web.scan.SwBeanRegister
-
注入上下文Bean
jdevelopsContext
- getLocalUrl() - 接口 中的方法cn.jdevelops.sboot.web.service.url.UrlService
-
获取当前项目所有的接口
- getLocalUrl(List<MethodUrl>) - 接口 中的方法cn.jdevelops.sboot.web.service.url.UrlService
-
获取当前项目所有的接口
- getLocalUrl() - 类 中的方法cn.jdevelops.sboot.web.service.url.UrlServiceImpl
-
- getLocalUrl(List<MethodUrl>) - 类 中的方法cn.jdevelops.sboot.web.service.url.UrlServiceImpl
-
- getMethod() - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- getMethod() - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
返回当前请求的类型
- getParam(String) - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- getParam(String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
在请求体里获取一个值
- getParam(String, String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
在请求体里获取一个值,值为空时返回默认值
- getParamNotNull(String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
在请求体里获取一个值
- getPathMatcher() - 类 中的静态方法cn.jdevelops.sboot.web.util.PathMatcherHolder
-
- getRequest() - 类 中的静态方法cn.jdevelops.sboot.web.context.ContextHolder
-
获取当前请求的Request对象
- getRequest() - 类 中的方法cn.jdevelops.sboot.web.context.service.impl.JdevelopsContextForSpring
-
- getRequest() - 接口 中的方法cn.jdevelops.sboot.web.context.service.JdevelopsContext
-
获取当前请求的Request对象
- getRequest() - 类 中的静态方法cn.jdevelops.sboot.web.util.SpringMVCUtil
-
- getRequestPath() - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- getRequestPath() - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
返回当前请求path (不包括上下文名称)
- getResponse() - 类 中的静态方法cn.jdevelops.sboot.web.context.ContextHolder
-
获取当前请求的Response对象
- getResponse() - 类 中的方法cn.jdevelops.sboot.web.context.service.impl.JdevelopsContextForSpring
-
- getResponse() - 接口 中的方法cn.jdevelops.sboot.web.context.service.JdevelopsContext
-
获取当前请求的Response对象
- getResponse() - 类 中的静态方法cn.jdevelops.sboot.web.util.SpringMVCUtil
-
- getSource() - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- getSource() - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsResponseForServlet
-
- getSource() - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
获取底层源对象
- getSource() - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsResponse
-
获取底层源对象
- getUrl() - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- getUrl() - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
返回当前请求的url,不带query参数,例:http://test.com/123
H
- hasParam(String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
检测请求是否提供了指定参数
I
- InterceptUrl - cn.jdevelops.sboot.web.config中的类
-
UrlService 用到的bean
- InterceptUrl() - 类 的构造器cn.jdevelops.sboot.web.config.InterceptUrl
-
- isAjax() - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
此请求是否为Ajax请求
- isBlank(CharSequence) - 类 中的静态方法cn.jdevelops.sboot.web.util.StringUtil
-
- isNotBlank(CharSequence) - 类 中的静态方法cn.jdevelops.sboot.web.util.StringUtil
-
- isParam(String, String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
检测提供的参数是否为指定值
- isPath(String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsRequest
-
返回当前请求path是否为指定值
- isValid() - 类 中的方法cn.jdevelops.sboot.web.context.service.impl.JdevelopsContextForSpring
-
- isValid() - 接口 中的方法cn.jdevelops.sboot.web.context.service.JdevelopsContext
-
此上下文是否有效
- isWeb() - 类 中的静态方法cn.jdevelops.sboot.web.util.SpringMVCUtil
-
J
- JdevelopsContext - cn.jdevelops.sboot.web.context.service中的接口
-
上下文处理器
- JdevelopsContextForSpring - cn.jdevelops.sboot.web.context.service.impl中的类
-
Spring boot 上下文
- JdevelopsContextForSpring() - 类 的构造器cn.jdevelops.sboot.web.context.service.impl.JdevelopsContextForSpring
-
- JdevelopsRequest - cn.jdevelops.sboot.web.entity.http中的接口
-
Request 包装类
- JdevelopsRequestForServlet - cn.jdevelops.sboot.web.context.servlet中的类
-
- JdevelopsRequestForServlet(HttpServletRequest) - 类 的构造器cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- JdevelopsResponse - cn.jdevelops.sboot.web.entity.http中的接口
-
Response 包装类
- JdevelopsResponseForServlet - cn.jdevelops.sboot.web.context.servlet中的类
-
- JdevelopsResponseForServlet(HttpServletResponse) - 类 的构造器cn.jdevelops.sboot.web.context.servlet.JdevelopsResponseForServlet
-
- JHttpException - cn.jdevelops.sboot.web.exception中的异常错误
-
- JHttpException() - 异常错误 的构造器cn.jdevelops.sboot.web.exception.JHttpException
-
- JHttpException(String) - 异常错误 的构造器cn.jdevelops.sboot.web.exception.JHttpException
-
- JHttpException(String, Throwable) - 异常错误 的构造器cn.jdevelops.sboot.web.exception.JHttpException
-
- JHttpException(Throwable) - 异常错误 的构造器cn.jdevelops.sboot.web.exception.JHttpException
-
L
- length(CharSequence) - 类 中的静态方法cn.jdevelops.sboot.web.util.StringUtil
-
M
- matchPath(String, String) - 类 中的方法cn.jdevelops.sboot.web.context.service.impl.JdevelopsContextForSpring
-
- matchPath(String, String) - 接口 中的方法cn.jdevelops.sboot.web.context.service.JdevelopsContext
-
校验指定路由匹配符是否可以匹配成功指定路径
- MethodUrl - cn.jdevelops.sboot.web.entity.url中的类
-
接口请求类型和接口地址
- MethodUrl() - 类 的构造器cn.jdevelops.sboot.web.entity.url.MethodUrl
-
N
- noRecordUrl(String, Set<String>) - 类 中的静态方法cn.jdevelops.sboot.web.util.UrlUtil
-
不需要记录的url
默认有了 /error /swagger /v2/api-docs /v3/api-docs
(1)?
P
- pathMatcher - 类 中的静态变量cn.jdevelops.sboot.web.util.PathMatcherHolder
-
- PathMatcherHolder - cn.jdevelops.sboot.web.util中的类
-
路径匹配
- PathMatcherHolder() - 类 的构造器cn.jdevelops.sboot.web.util.PathMatcherHolder
-
R
- redirect(String) - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsResponseForServlet
-
- redirect(String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsResponse
-
重定向
- request - 类 中的变量cn.jdevelops.sboot.web.context.servlet.JdevelopsRequestForServlet
-
- response - 类 中的变量cn.jdevelops.sboot.web.context.servlet.JdevelopsResponseForServlet
-
S
- setExcludePathPatterns(Set<String>) - 类 中的方法cn.jdevelops.sboot.web.config.InterceptUrl
-
- setHeader(String, String) - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsResponseForServlet
-
- setHeader(String, String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsResponse
-
在响应头里写入一个值
- setJdevelopsContext(JdevelopsContext) - 类 中的静态方法cn.jdevelops.sboot.web.context.ContextManager
-
- setJdevelopsContext(JdevelopsContext) - 类 中的方法cn.jdevelops.sboot.web.scan.SwBeanInject
-
设置 ContextManager 的值
- setPathMatcher(PathMatcher) - 类 中的方法cn.jdevelops.sboot.web.scan.SwBeanInject
-
利用自动注入特性,获取Spring框架内部使用的路由匹配器
- setPathMatcher(PathMatcher) - 类 中的静态方法cn.jdevelops.sboot.web.util.PathMatcherHolder
-
- setServer(String) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsResponse
-
在响应头写入Server服务器名称
- setStatus(int) - 类 中的方法cn.jdevelops.sboot.web.context.servlet.JdevelopsResponseForServlet
-
- setStatus(int) - 接口 中的方法cn.jdevelops.sboot.web.entity.http.JdevelopsResponse
-
设置响应状态码
- SpringMVCUtil - cn.jdevelops.sboot.web.util中的类
-
SpringMVCUtil
- SpringMVCUtil() - 类 的构造器cn.jdevelops.sboot.web.util.SpringMVCUtil
-
- StringUtil - cn.jdevelops.sboot.web.util中的类
-
公共类
- StringUtil() - 类 的构造器cn.jdevelops.sboot.web.util.StringUtil
-
- SwBeanInject - cn.jdevelops.sboot.web.scan中的类
-
bean注入 在注册之后
- SwBeanInject() - 类 的构造器cn.jdevelops.sboot.web.scan.SwBeanInject
-
- SwBeanRegister - cn.jdevelops.sboot.web.scan中的类
-
自动扫描
- SwBeanRegister() - 类 的构造器cn.jdevelops.sboot.web.scan.SwBeanRegister
-
T
- toString() - 类 中的方法cn.jdevelops.sboot.web.config.InterceptUrl
-
U
- Urls - cn.jdevelops.sboot.web.entity.url中的类
-
接口集合
- Urls() - 类 的构造器cn.jdevelops.sboot.web.entity.url.Urls
-
- urlService() - 类 中的方法cn.jdevelops.sboot.web.scan.SwBeanRegister
-
- UrlService - cn.jdevelops.sboot.web.service.url中的接口
-
接口服务
- UrlServiceImpl - cn.jdevelops.sboot.web.service.url中的类
-
接口服务
- UrlServiceImpl() - 类 的构造器cn.jdevelops.sboot.web.service.url.UrlServiceImpl
-
- UrlUtil - cn.jdevelops.sboot.web.util中的类
-
url util
- UrlUtil() - 类 的构造器cn.jdevelops.sboot.web.util.UrlUtil
-
A C F G H I J L M N P R S T U
Copyright © 2024 tan. All rights reserved.