A C D E F G H I P R S T U W 
所有类 所有程序包

A

ApiConfigure - cn.meteor.common.web.configure中的类
API 配置扫描类
ApiConfigure() - 类 的构造器cn.meteor.common.web.configure.ApiConfigure
 

C

cn.meteor.common.web.advice - 程序包 cn.meteor.common.web.advice
 
cn.meteor.common.web.configure - 程序包 cn.meteor.common.web.configure
 
cn.meteor.common.web.feign - 程序包 cn.meteor.common.web.feign
 
cn.meteor.common.web.util - 程序包 cn.meteor.common.web.util
 

D

DEFAULT_USER_TYPE - 类 中的静态变量cn.meteor.common.web.util.WebUtil
 

E

exchange(String, HttpMethod, Map<String, String>, Map<String, Object>, Class<T>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
通用调用方式

F

failure(Exception) - 类 中的方法cn.meteor.common.web.advice.GlobalExceptionHandler
参数校验错误拦截处理
failure(Exception, HttpServletResponse) - 类 中的方法cn.meteor.common.web.advice.GlobalExceptionHandler
通用异常处理
FeignConfigure - cn.meteor.common.web.configure中的类
 
FeignConfigure() - 类 的构造器cn.meteor.common.web.configure.FeignConfigure
 

G

get(String) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
get请求
get(String, Class<T>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
get请求
get(String, Map<String, Object>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
get请求
get(String, Map<String, String>, Class<T>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
get请求
get(String, Map<String, String>, Map<String, Object>, Class<T>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
get请求
getCookieVal(String) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
读取cookie
getCookieVal(HttpServletRequest, String) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
读取cookie
getHeader(String) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
获取 headerValue
getIp() - 类 中的静态方法cn.meteor.common.web.util.WebUtil
获取ip
getIp(HttpServletRequest) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
获取ip
getRequest() - 类 中的静态方法cn.meteor.common.web.util.WebUtil
获取 HttpServletRequest
getRequestBytes(HttpServletRequest) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
获取 request 请求的 byte[] 数组
getRequestParamString(HttpServletRequest) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
获取 request 中 json 字符串的内容
getRequestStr(HttpServletRequest) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
获取 request 请求内容
getRequestStr(HttpServletRequest, byte[]) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
获取 request 请求内容
getUserInfo() - 类 中的静态方法cn.meteor.common.web.util.TokenUtil
 
GlobalExceptionHandler - cn.meteor.common.web.advice中的类
全局异常处理
GlobalExceptionHandler() - 类 的构造器cn.meteor.common.web.advice.GlobalExceptionHandler
 

H

HEADER_KEY - 类 中的静态变量cn.meteor.common.web.util.WebUtil
 
HEADER_PREFIX - 类 中的静态变量cn.meteor.common.web.util.WebUtil
 

I

ILoginClient - cn.meteor.common.web.feign中的接口
登录相关
ILoginClientFallback - cn.meteor.common.web.feign中的类
Feign失败配置
ILoginClientFallback() - 类 的构造器cn.meteor.common.web.feign.ILoginClientFallback
 
isBody(HandlerMethod) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
判断是否ajax请求 spring ajax 返回含有 ResponseBody 或者 RestController注解

P

post(String, Map<String, Object>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
post 请求
post(String, Map<String, Object>, Class<T>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
post 请求
post(String, Map<String, String>, Map<String, Object>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
post 请求
post(String, Map<String, String>, Map<String, Object>, Class<T>) - 类 中的静态方法cn.meteor.common.web.util.RestTemplateUtil
post 请求

R

removeCookie(HttpServletResponse, String) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
清除 某个指定的cookie
renderJson(HttpServletResponse, Object) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
返回json
renderJson(HttpServletResponse, Object, String) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
返回json
requestInterceptor() - 类 中的方法cn.meteor.common.web.configure.FeignConfigure
解决fein远程调用丢失请求头
REST - 类 中的静态变量cn.meteor.common.web.util.RestTemplateUtil
 
RestTemplateUtil - cn.meteor.common.web.util中的类
Http 工具类
RestTemplateUtil() - 类 的构造器cn.meteor.common.web.util.RestTemplateUtil
 

S

setCookie(HttpServletResponse, String, String, int) - 类 中的静态方法cn.meteor.common.web.util.WebUtil
设置cookie

T

TokenUtil - cn.meteor.common.web.util中的类
Token 工具类
TokenUtil() - 类 的构造器cn.meteor.common.web.util.TokenUtil
 

U

UN_KNOWN - 类 中的静态变量cn.meteor.common.web.util.WebUtil
 
USER_AGENT_HEADER - 类 中的静态变量cn.meteor.common.web.util.WebUtil
 
USER_TYPE_HEADER_KEY - 类 中的静态变量cn.meteor.common.web.util.WebUtil
 
userInfoByToken(String) - 接口 中的方法cn.meteor.common.web.feign.ILoginClient
根据token获取用户信息
userInfoByToken(String) - 类 中的方法cn.meteor.common.web.feign.ILoginClientFallback
 

W

WebUtil - cn.meteor.common.web.util中的类
Miscellaneous utilities for web applications.
WebUtil() - 类 的构造器cn.meteor.common.web.util.WebUtil
 
A C D E F G H I P R S T U W 
所有类 所有程序包