Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 Spring Framework 创建应用程序时,如果我们想使用 UrlBasedViewResolver 我们需要指定属性 viewClass,我找不到任何好的文档来解释为什么需要这个属性以及使用这个属性可以实现什么?
此属性指定将使用什么类来呈现视图。默认情况下它是 AbstractUrlBasedView。
http://static.springsource.org/spring/docs/2.0.x/api/org/springframework/web/servlet/view/UrlBasedViewResolver.html