diff --git a/spring-context/src/main/resources/org/springframework/context/config/spring-context-3.2.xsd b/spring-context/src/main/resources/org/springframework/context/config/spring-context-3.2.xsd
index d650f071356..6ad52984170 100644
--- a/spring-context/src/main/resources/org/springframework/context/config/spring-context-3.2.xsd
+++ b/spring-context/src/main/resources/org/springframework/context/config/spring-context-3.2.xsd
@@ -25,24 +25,25 @@
@@ -50,39 +51,36 @@
-
+
-
+
-
+
@@ -104,12 +102,11 @@
traditional PropertyPlaceholderConfigurer component will be registered instead of the
new PropertySourcesPlaceholderConfigurer.
- See ConfigurableEnvironment Javadoc for more information on using.
+ See ConfigurableEnvironment javadoc for more information on using.
]]>
-
+
@@ -130,7 +127,7 @@
newer PropertySourcesPlaceholderConfigurer variant. In this case, the Spring Environment
and its property sources are not interrogated when resolving placeholders. Users are
encouraged to consider this attribute deprecated, and to take advantage of
- Environment/PropertySource mechanisms. See ConfigurableEnvironment Javadoc for examples.
+ Environment/PropertySource mechanisms. See ConfigurableEnvironment javadoc for examples.
"ENVIRONMENT" indicates placeholders should be resolved against the current Environment and against any local properties;
"NEVER" indicates placeholders should be resolved only against local properties and never against system properties;
@@ -184,7 +181,7 @@
@TransactionAttribute annotation. Consider the use of the
tag for that purpose.
- See Javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext
+ See javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext
for information on code-based alternatives to bootstrapping annotation-driven support.
from XML.
]]>
@@ -211,7 +208,7 @@
definitions just like to regular bean definitions, but it won't apply to the component
scan settings themselves.
- See Javadoc for org.springframework.context.annotation.ComponentScan for information
+ See javadoc for org.springframework.context.annotation.ComponentScan for information
on code-based alternatives to bootstrapping component-scanning.
]]>
@@ -336,7 +333,7 @@
This will only happen if the AnnotationBeanConfigurerAspect is on the classpath
(i.e. spring-aspects.jar), effectively activating "spring-configured" by default.
- See Javadoc for org.springframework.context.annotation.EnableLoadTimeWeaving
+ See javadoc for org.springframework.context.annotation.EnableLoadTimeWeaving
for information on code-based alternatives to bootstrapping load-time weaving support.
]]>
diff --git a/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd b/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd
index 6b69546f547..10bce2d33a9 100644
--- a/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd
+++ b/spring-context/src/main/resources/org/springframework/context/config/spring-context-4.0.xsd
@@ -25,24 +25,25 @@
@@ -50,39 +51,36 @@
-
+
-
+
-
+
@@ -104,12 +102,11 @@
traditional PropertyPlaceholderConfigurer component will be registered instead of the
new PropertySourcesPlaceholderConfigurer.
- See ConfigurableEnvironment Javadoc for more information on using.
+ See ConfigurableEnvironment javadoc for more information on using.
]]>
-
+
@@ -130,7 +127,7 @@
newer PropertySourcesPlaceholderConfigurer variant. In this case, the Spring Environment
and its property sources are not interrogated when resolving placeholders. Users are
encouraged to consider this attribute deprecated, and to take advantage of
- Environment/PropertySource mechanisms. See ConfigurableEnvironment Javadoc for examples.
+ Environment/PropertySource mechanisms. See ConfigurableEnvironment javadoc for examples.
"ENVIRONMENT" indicates placeholders should be resolved against the current Environment and against any local properties;
"NEVER" indicates placeholders should be resolved only against local properties and never against system properties;
@@ -184,7 +181,7 @@
@TransactionAttribute annotation. Consider the use of the
tag for that purpose.
- See Javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext
+ See javadoc for org.springframework.context.annotation.AnnotationConfigApplicationContext
for information on code-based alternatives to bootstrapping annotation-driven support.
from XML.
]]>
@@ -211,7 +208,7 @@
definitions just like to regular bean definitions, but it won't apply to the component
scan settings themselves.
- See Javadoc for org.springframework.context.annotation.ComponentScan for information
+ See javadoc for org.springframework.context.annotation.ComponentScan for information
on code-based alternatives to bootstrapping component-scanning.
]]>
@@ -334,7 +331,7 @@
This will only happen if the AnnotationBeanConfigurerAspect is on the classpath
(i.e. spring-aspects.jar), effectively activating "spring-configured" by default.
- See Javadoc for org.springframework.context.annotation.EnableLoadTimeWeaving
+ See javadoc for org.springframework.context.annotation.EnableLoadTimeWeaving
for information on code-based alternatives to bootstrapping load-time weaving support.
]]>
diff --git a/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-3.2.xsd b/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-3.2.xsd
index 248145ab6bb..9740c087aa0 100644
--- a/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-3.2.xsd
+++ b/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-3.2.xsd
@@ -8,18 +8,17 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
-
-
+
+
@@ -39,14 +38,14 @@
@@ -65,8 +64,8 @@
@@ -80,13 +79,13 @@
-
+
@@ -100,7 +99,7 @@
-
+
@@ -237,7 +236,7 @@
-
diff --git a/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-4.0.xsd b/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-4.0.xsd
index 5846e0f3914..0ae4616117e 100644
--- a/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-4.0.xsd
+++ b/spring-webmvc/src/main/resources/org/springframework/web/servlet/config/spring-mvc-4.0.xsd
@@ -8,8 +8,8 @@
elementFormDefault="qualified"
attributeFormDefault="unqualified">
-
-
+
+
@@ -17,70 +17,69 @@
Configures the annotation-driven Spring MVC Controller programming model.
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
- support.
+ See org.springframework.web.servlet.config.annotation.EnableWebMvc javadoc for details
+ on code-based alternatives to enabling annotation-driven Spring MVC support.
]]>
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -122,8 +121,8 @@
@@ -142,8 +141,8 @@
@@ -210,7 +209,7 @@
@@ -294,7 +293,7 @@
-
-
-
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-