Mention code alternatives in context and mvc XSDs
This commit is contained in:
parent
9ca9287e35
commit
cee9da36eb
|
|
@ -140,6 +140,10 @@
|
||||||
Note: This tag does not activate processing of Spring's @Transactional or EJB3's
|
Note: This tag does not activate processing of Spring's @Transactional or EJB3's
|
||||||
@TransactionAttribute annotation. Consider the use of the <tx:annotation-driven>
|
@TransactionAttribute annotation. Consider the use of the <tx:annotation-driven>
|
||||||
tag for that purpose.
|
tag for that purpose.
|
||||||
|
|
||||||
|
See Javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext
|
||||||
|
for information on code-based alternatives to bootstrapping annotation-driven support
|
||||||
|
from XML.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:element>
|
</xsd:element>
|
||||||
|
|
@ -163,6 +167,9 @@
|
||||||
being registered; Spring's PropertyPlaceholderConfigurer will apply to those bean
|
being registered; Spring's PropertyPlaceholderConfigurer will apply to those bean
|
||||||
definitions just like to regular bean definitions, but it won't apply to the component
|
definitions just like to regular bean definitions, but it won't apply to the component
|
||||||
scan settings themselves.
|
scan settings themselves.
|
||||||
|
|
||||||
|
See Javadoc for org.springframework.context.annotation.ComponentScan for information
|
||||||
|
on code-based alternatives to bootstrapping component-scanning from XML.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
<xsd:documentation source="java:org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"><![CDATA[
|
<xsd:documentation source="java:org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter"><![CDATA[
|
||||||
Configures the annotation-driven Spring MVC Controller programming model.
|
Configures the annotation-driven Spring MVC Controller programming model.
|
||||||
Note that, with Spring 3.0, this tag works in Servlet MVC only!
|
Note that, with Spring 3.0, this tag works in Servlet MVC only!
|
||||||
|
|
||||||
|
See org.springframework.web.servlet.config.annotation.EnableWebMvc Javadoc for
|
||||||
|
information on code-based alternatives to enabling annotation-driven Spring MVC
|
||||||
|
support.
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
<xsd:complexType>
|
<xsd:complexType>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue