A C D E G H I M O P R S T W
A
- addSwaggerResources(String) - 类 中的方法com.mg.swagger.controller.MgDocumentController
-
增加/swagger-resources地址
- AUTOWIRED_ERROR - 类 中的静态变量com.mg.swagger.framework.constant.Toast
-
C
- checkConfig() - 类 中的方法com.mg.swagger.controller.MgStorageController
-
- com.mg.swagger.controller - 程序包 com.mg.swagger.controller
-
- com.mg.swagger.controller.param - 程序包 com.mg.swagger.controller.param
-
- com.mg.swagger.controller.vo - 程序包 com.mg.swagger.controller.vo
-
- com.mg.swagger.framework.configuration - 程序包 com.mg.swagger.framework.configuration
-
- com.mg.swagger.framework.constant - 程序包 com.mg.swagger.framework.constant
-
- com.mg.swagger.framework.filter - 程序包 com.mg.swagger.framework.filter
-
- com.mg.swagger.framework.json - 程序包 com.mg.swagger.framework.json
-
- com.mg.swagger.framework.service - 程序包 com.mg.swagger.framework.service
-
- createHttpRequest(HttpRequest) - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- createRequest() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
组装请求
D
- delete() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
DELETE请求
- deleteSwaggerDoc(String) - 类 中的方法com.mg.swagger.controller.MgDocumentController
-
删除/v2/api-docs
- destroy() - 类 中的方法com.mg.swagger.framework.filter.MgUiTestFilter
-
- docs(HttpServletRequest, HttpServletResponse) - 类 中的方法com.mg.swagger.controller.MgDocumentController
-
获取所有的文档
- doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法com.mg.swagger.framework.filter.MgUiTestFilter
-
E
- EnableSwaggerMgUi - com.mg.swagger.framework.configuration中的注释类型
-
- error(String) - 类 中的静态方法com.mg.swagger.framework.json.MgUiResponseJson
-
错误
G
- get() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
GET请求
- get(String) - 接口 中的方法com.mg.swagger.framework.service.MgStorageService
-
获取存储的值
- getBody() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- getCookie() - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- getData(String) - 类 中的方法com.mg.swagger.controller.MgStorageController
-
- getData() - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- getErrCode() - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- getErrMsg() - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- getForm() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- getFormMap() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- getHeader() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- getHeader() - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- getHeaderMap() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- getMethod() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- getName() - 类 中的方法com.mg.swagger.controller.vo.HttpCookieVo
-
- getName() - 类 中的方法com.mg.swagger.controller.vo.HttpHeaderVo
-
- getStatus() - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- getUrl() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- getValue() - 类 中的方法com.mg.swagger.controller.vo.HttpCookieVo
-
- getValue() - 类 中的方法com.mg.swagger.controller.vo.HttpHeaderVo
-
H
- head() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
HEAD请求
- HttpCookieVo - com.mg.swagger.controller.vo中的类
-
cookie返回值对象
- HttpCookieVo() - 类 的构造器com.mg.swagger.controller.vo.HttpCookieVo
-
- HttpHeaderVo - com.mg.swagger.controller.vo中的类
-
header返回值对象
- HttpHeaderVo() - 类 的构造器com.mg.swagger.controller.vo.HttpHeaderVo
-
- HttpRequestParam - com.mg.swagger.controller.param中的类
-
请求参数对象
- HttpRequestParam() - 类 的构造器com.mg.swagger.controller.param.HttpRequestParam
-
I
- init(FilterConfig) - 类 中的方法com.mg.swagger.framework.filter.MgUiTestFilter
-
M
- MgDocumentController - com.mg.swagger.controller中的类
-
文档控制器
- MgDocumentController() - 类 的构造器com.mg.swagger.controller.MgDocumentController
-
- MgHttpRequestController - com.mg.swagger.controller中的类
-
后台代理网络请求的控制器
- MgHttpRequestController() - 类 的构造器com.mg.swagger.controller.MgHttpRequestController
-
- MgStorageController - com.mg.swagger.controller中的类
-
后台存储服务控制器
- MgStorageController() - 类 的构造器com.mg.swagger.controller.MgStorageController
-
- MgStorageService - com.mg.swagger.framework.service中的接口
-
实现此类才能使用服务器端的存贮功能
- MgUiResponseJson - com.mg.swagger.framework.json中的类
-
MgUi返回数据格式
- MgUiResponseJson() - 类 的构造器com.mg.swagger.framework.json.MgUiResponseJson
-
- MgUiResponseJson(Object) - 类 的构造器com.mg.swagger.framework.json.MgUiResponseJson
-
- MgUiResponseJson(int, String) - 类 的构造器com.mg.swagger.framework.json.MgUiResponseJson
-
- MgUiResponseJson(int, String, Object) - 类 的构造器com.mg.swagger.framework.json.MgUiResponseJson
-
- MgUiResponseJson(Integer) - 类 的构造器com.mg.swagger.framework.json.MgUiResponseJson
-
- MgUiTestFilter - com.mg.swagger.framework.filter中的类
-
判断是否是模拟请求,功能需求:
很多时候后端定义好了接口,但还未实现,这时前端已经需要数据调试了,这时就需要用到这个过滤器了!
- MgUiTestFilter() - 类 的构造器com.mg.swagger.framework.filter.MgUiTestFilter
-
- mockTestFilter() - 类 中的方法com.mg.swagger.framework.configuration.SwaggerCommonConfiguration
-
O
- ok() - 类 中的静态方法com.mg.swagger.framework.json.MgUiResponseJson
-
成功的返回方法
- ok(Object) - 类 中的静态方法com.mg.swagger.framework.json.MgUiResponseJson
-
成功的返回方法
- options() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
OPTIONS请求
P
- patch() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
PATCH请求
- post(HttpRequestParam) - 类 中的方法com.mg.swagger.controller.MgHttpRequestController
-
- post() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
POST请求
- put() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
PUT请求
- put(String, String) - 接口 中的方法com.mg.swagger.framework.service.MgStorageService
-
存储数据
R
- resourcesList() - 类 中的方法com.mg.swagger.controller.MgDocumentController
-
获取所有的文档地址
- ResponseJson - com.mg.swagger.framework.json中的接口
-
json视图
S
- send(HttpServletResponse) - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- setBody(String) - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- setCookie(List<HttpCookieVo>) - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- setData(String, String) - 类 中的方法com.mg.swagger.controller.MgStorageController
-
- setData(Object) - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- setErrCode(Integer) - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- setErrMsg(String) - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- setForm(String) - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- setHeader(String) - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- setHeader(List<HttpHeaderVo>) - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- setMethod(String) - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- setName(String) - 类 中的方法com.mg.swagger.controller.vo.HttpCookieVo
-
- setName(String) - 类 中的方法com.mg.swagger.controller.vo.HttpHeaderVo
-
- setStatus(Integer) - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- setUrl(String) - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
- setValue(String) - 类 中的方法com.mg.swagger.controller.vo.HttpCookieVo
-
- setValue(String) - 类 中的方法com.mg.swagger.controller.vo.HttpHeaderVo
-
- StorageKeys - com.mg.swagger.framework.constant中的类
-
存储数据的KEY常量类
- StorageKeys() - 类 的构造器com.mg.swagger.framework.constant.StorageKeys
-
- SWAGGER_DOCS_DELETE_LIST - 类 中的静态变量com.mg.swagger.framework.constant.StorageKeys
-
- SWAGGER_RESOURCES_LIST - 类 中的静态变量com.mg.swagger.framework.constant.StorageKeys
-
- SwaggerCommonConfiguration - com.mg.swagger.framework.configuration中的类
-
- SwaggerCommonConfiguration() - 类 的构造器com.mg.swagger.framework.configuration.SwaggerCommonConfiguration
-
T
- Toast - com.mg.swagger.framework.constant中的类
-
提示语常量类
- Toast() - 类 的构造器com.mg.swagger.framework.constant.Toast
-
- toJson() - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- toString() - 类 中的方法com.mg.swagger.framework.json.MgUiResponseJson
-
- trace() - 类 中的方法com.mg.swagger.controller.param.HttpRequestParam
-
TRACE请求
W
- warn(String) - 类 中的静态方法com.mg.swagger.framework.json.MgUiResponseJson
-
提示语
A C D E G H I M O P R S T W
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.