随笔分类 -  Spring

Spring MVC组件之ViewResolver
摘要:Spring MVC组件之ViewResolver ViewResolver概述 ViewResolver组件的作用主要根据视图名和本地化的Locale,来解析出相应的视图View对象。 在SpringMvc的源码中,ViewResolver是一个接口。该接口主要定义了一个方法。 View reso 阅读全文

posted @ 2022-09-12 18:49 yaoxtao 阅读(214) 评论(0) 推荐(0) 编辑

Spring MVC组件之HandlerAdapter
摘要:Spring MVC组件之HandlerAdapter HandlerAdapter概述 HandlerAdapter组件是一个处理器Handler的适配器。HandlerAdapter组件的主要作用是适配特定的Handler来处理相应的请求。 在SpringMvc的源码中, HandlerAdap 阅读全文

posted @ 2022-08-29 23:19 yaoxtao 阅读(628) 评论(0) 推荐(1) 编辑

Spring MVC组件之HandlerMapping
摘要:Spring MVC组件之HandlerMapping HandlerMapping概述 HandlerMapping组件的作用解析一个个Request请求,并找到相应处理这个Request的Handler。Handler一般可以理解为Controller控制器里的一个方法。 HandlerMapp 阅读全文

posted @ 2022-08-13 18:54 yaoxtao 阅读(511) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示