麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 學院 > 開發設計 > 正文

SpringMVC項目中獲取所有URL到Controller Method的映射

2019-11-14 20:59:33
字體:
來源:轉載
供稿:網友
SPRingMVC項目中獲取所有URL到Controller Method的映射

Spring是一個很好很強大的開源框架,它就像是一個容器,為我們提供了各種Bean組件和服務。對于MVC這部分而言,它里面實現了從Url請求映射控制器方法的邏輯處理,在我們平時的開發工作中并不需要太多的理會這個Url是怎么和控制器中的方法建立映射的,一切都由Spring MVC幫我們搞定了。

但是我今天在做SDK工程的時候,突然產生一個想法:能否把我項目中的所有Url和Method的映射信息打印出來?以便我一眼就看出我已經完成了那些API接口開發,這些方法需要什么參數。就像下圖所示:

image_thumb5

有了想法就要用行動,第一步肯定是要去看看別人是否已經解決了這個問題啦。查了半天的資料,倒是發現有幾個相似的問題,但都沒有滿意的答案,只好自己調試Spring,跟蹤它的處理步驟,終于讓我發現了一個可行的辦法,不多說,直接貼代碼:

1、首先建立一個類來保存我想要的東東

private class RequestToMethodItem    {        public String controllerName;        public String methodName;        public String requestType;        public String requestUrl;        public Class<?>[] methodParmaTypes;        public RequestToMethodItem(String requestUrl, String requestType, String controllerName, String requestMethodName, 
Class<?>[] methodParmaTypes)        {            this.requestUrl = requestUrl;            this.requestType = requestType;            this.controllerName = controllerName;            this.methodName = requestMethodName;            this.methodParmaTypes = methodParmaTypes;        }    }

2、然后就是收集信息創建對象啦

@RequestMapping(value = "/index", method = RequestMethod.GET)    public ModelAndView index(HttpServletRequest request)    {        ServletContext servletContext = request.getsession().getServletContext();        if (servletContext == null)        {            return null;        }        WebapplicationContext appContext = WebApplicationContextUtils.getWebApplicationContext(servletContext);        //請求url和處理方法的映射        List<RequestToMethodItem> requestToMethodItemList = new ArrayList<RequestToMethodItem>();        //獲取所有的RequestMapping        Map<String, HandlerMapping> allRequestMappings = BeanFactoryUtils.beansOfTypeIncludingAncestors(appContext, 
HandlerMapping.class, true, false);        for (HandlerMapping handlerMapping : allRequestMappings.values())        {            //本項目只需要RequestMappingHandlerMapping中的URL映射            if (handlerMapping instanceof RequestMappingHandlerMapping)            {                RequestMappingHandlerMapping requestMappingHandlerMapping = (RequestMappingHandlerMapping) handlerMapping;                Map<RequestMappingInfo, HandlerMethod> handlerMethods = requestMappingHandlerMapping.getHandlerMethods();                for (Map.Entry<RequestMappingInfo, HandlerMethod> requestMappingInfoHandlerMethodEntry : handlerMethods.entrySet())                {                    RequestMappingInfo requestMappingInfo = requestMappingInfoHandlerMethodEntry.getKey();                    HandlerMethod mappingInfoValue = requestMappingInfoHandlerMethodEntry.getValue();                    RequestMethodsRequestCondition methodCondition = requestMappingInfo.getMethodsCondition();                    String requestType = SetUtils.first(methodCondition.getMethods()).name();                    PatternsRequestCondition patternsCondition = requestMappingInfo.getPatternsCondition();                    String requestUrl = SetUtils.first(patternsCondition.getPatterns());                    String controllerName = mappingInfoValue.getBeanType().toString();                    String requestMethodName = mappingInfoValue.getMethod().getName();                    Class<?>[] methodParamTypes = mappingInfoValue.getMethod().getParameterTypes();                    RequestToMethodItem item = new RequestToMethodItem(requestUrl, requestType, controllerName, requestMethodName, 
methodParamTypes);                    requestToMethodItemList.add(item);                }                break;            }        }        return new ModelAndView("index").addObject("MethodList", requestToMethodItemList);    }

這一步我需要說明一下,我這里只用了“RequestMappingHandlerMapping”中的映射信息,其實還有另外三個HandlerMapping,如果想要獲取項目中所有的映射信息,肯定是一個都不能放過了。調試的 信息如下:

image_thumb7

3、取到數據后就展示唄,借助Thymeleaf,很容易就實現了展示,效果就是第一張圖。

<!DOCTYPE html><html xmlns:th="http://www.thymeleaf.org"><head>    <title>Spring Thyme Seed Starter Manager</title>    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>    <link rel="stylesheet" type="text/CSS" media="all" href="../../css/stsm.css" th:href="@{/css/stsm.css}"/>    <title>請求方法列表</title></head><body><div style="margin: 0;padding: 0;text-align: center"><h1>請求方法列表</h1></div><div>    <ul>        <li th:each="method:${MethodList}">            <h3 th:text="${method.methodName}"></h3>            <p th:text="'所屬控制器:'+${method.controllerName}"></p>            <p th:text="'請求URL:'+${method.requestUrl}"></p>            <p th:text="'請求方式:'+${method.requestType}"></p>            <div>                <p>方法參數列表:</p>                <ul>                    <li th:each="param:${method.methodParmaTypes}">                        <p th:text="${param}"></p>                    </li>                </ul>            </div>        </li>    </ul></div></body></html>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 亚洲一区在线视频观看 | 亚洲一区二区三区在线看 | 91精品国产92久久久久 | 免费看黄色一级片 | 日韩黄色一级视频 | www.精品一区 | 国产精品爱久久久久久久 | 国产1区2区3区在线观看 | 免费观看又色又爽又黄的崩锅 | 他也色在线视频 | 91色琪琪电影亚洲精品久久 | 91麻豆精品国产91久久久更新资源速度超快 | 国产免费福利视频 | 成人毛片免费看 | 国产精品一区在线免费观看 | 99国产精品欲a | 国产精品欧美久久久久一区二区 | 国产精品爱久久久久久久 | 成人视屏网站 | 国产91对白叫床清晰播放 | 最新午夜综合福利视频 | 国产精品刺激对白麻豆99 | 久久亚洲精品久久国产一区二区 | 国毛片| 青青草国产在线视频 | 成人性视频在线 | 久久久线视频 | 亚洲免费毛片基地 | 亚洲第一综合色 | 极品xxxx欧美一区二区 | 亚洲第一成人在线 | 成人激情在线观看 | 久久久久久久久国产精品 | 操碰视频在线观看 | 毛片视频网站 | 亚洲国产高清一区 | 欧美视频首页 | www.777含羞草| 91美女视频在线 | 欧美午夜网 | www.48xx.com|