标签:
Spring’s web module includes many unique web support features:
DispatcherServlet
, handler mapping, view resolver, and so on — can be fulfilled by a specialized object.Map
supports easy integration with any view technology.Session
. This is not a specific feature of Spring MVC itself, but rather of theWebApplicationContext
container(s) that Spring MVC uses. These bean scopes are described in Section 6.5.4, “Request, session, and global session scopes”http://docs.spring.io/spring/docs/4.2.0.RC1/spring-framework-reference/htmlsingle/#mvc-features
标签:
原文地址:http://www.cnblogs.com/softidea/p/5894392.html