今天爱分享给大家带来Struts2 是怎么实现 MVC 的?【面试题详解】,希望能够帮助到大家。
MVC 就是 model view controller,三种组件,Struts2 实现 Controller 主要由一系列的前
端过滤器(Filter)实现 Controller。Model 层主要由 Struts2 的 Action 组件实现。View 层主
要是由 Struts2 的标签库、Freemarker 等组件实现视图层
原文链接:https://blog.itblood.com/3411.html,转载请注明出处。