Include more guidance about DispatcherServlet context
Also update <mvc:annotation-driven /> comment in XSD. Issue: SPR-11703
This commit is contained in:
committed by
Rossen Stoyanchev
parent
86785f340e
commit
59a050f3b9
@@ -15,7 +15,7 @@
|
||||
<xsd:annotation>
|
||||
<xsd:documentation source="java:org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"><![CDATA[
|
||||
Configures the annotation-driven Spring MVC Controller programming model.
|
||||
Note that, with Spring 3.0, this tag works in Servlet MVC only!
|
||||
Note that this tag works in Web MVC only, not in Portlet MVC!
|
||||
|
||||
See org.springframework.web.servlet.config.annotation.EnableWebMvc Javadoc for
|
||||
information on code-based alternatives to enabling annotation-driven Spring MVC
|
||||
|
||||
Reference in New Issue
Block a user