bigcoder84 / blog_comment

博客系统评论,博客首页:https://www.bigcoder.cn
0 stars 0 forks source link

委派模式 - 听到微笑的博客 #19

Open bigcoder84 opened 5 years ago

bigcoder84 commented 5 years ago

https://www.bigcoder.cn/article/29971.html

在常用的23种设计模式中其实面没有委派模式(delegate)的影子,但是在Spring中委派模式确实用的比较多的一种模式。在spring中的体现:Spring MVC框架中的DispatcherServlet其实就用到了委派模式。