Include more guidance about DispatcherServlet context

Also update <mvc:annotation-driven /> comment in XSD.

Issue: SPR-11703
This commit is contained in:
Sebastien Deleuze
2014-04-28 16:51:10 +02:00
committed by Rossen Stoyanchev
parent 5c4804f4a4
commit 80cb0c4e5b
2 changed files with 35 additions and 2 deletions

View File

@@ -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