diff --git a/src/reference/docbook/beans-annotation-config.xml b/src/reference/docbook/beans-annotation-config.xml
index 11d4d60db2..06d5e3c31a 100644
--- a/src/reference/docbook/beans-annotation-config.xml
+++ b/src/reference/docbook/beans-annotation-config.xml
@@ -77,14 +77,14 @@
</beans>
(The implicitly registered post-processors include AutowiredAnnotationBeanPostProcessor, CommonAnnotationBeanPostProcessor, PersistenceAnnotationBeanPostProcessor, as
well as the aforementioned RequiredAnnotationBeanPostProcessor.)
@@ -643,7 +643,7 @@ public @interface MovieQualifier {
CustomAutowireConfigurerThe CustomAutowireConfigurer is a
BeanFactoryPostProcessor that enables you
to register your own custom qualifier annotation types even if they are
@@ -724,7 +724,7 @@ public @interface MovieQualifier {
the ApplicationContext of which the
CommonAnnotationBeanPostProcessor is aware. The
names can be resolved through JNDI if you configure Spring's SimpleJndiBeanFactory explicitly.
However, it is recommended that you rely on the default behavior and
simply use Spring's JNDI lookup capabilities to preserve the level of
diff --git a/src/reference/docbook/beans-classpath-scanning.xml b/src/reference/docbook/beans-classpath-scanning.xml
index 6d0a13998f..c1930ab94d 100644
--- a/src/reference/docbook/beans-classpath-scanning.xml
+++ b/src/reference/docbook/beans-classpath-scanning.xml
@@ -402,7 +402,7 @@ public class MovieFinderImpl implements MovieFinder {
If you do not want to rely on the default bean-naming strategy, you
can provide a custom bean-naming strategy. First, implement the BeanNameGenerator interface, and
be sure to include a default no-arg constructor. Then, provide the
fully-qualified class name when configuring the scanner:
@@ -439,7 +439,7 @@ public class MovieFinderImpl implements MovieFinder {
To provide a custom strategy for scope resolution rather than
relying on the annotation-based approach, implement the ScopeMetadataResolver interface,
and be sure to include a default no-arg constructor. Then, provide the
fully-qualified class name when configuring the scanner:
diff --git a/src/reference/docbook/beans-context-additional.xml b/src/reference/docbook/beans-context-additional.xml
index 471345ea21..ead3945dce 100644
--- a/src/reference/docbook/beans-context-additional.xml
+++ b/src/reference/docbook/beans-context-additional.xml
@@ -17,7 +17,7 @@
functionality for managing and manipulating beans, including in a
programmatic way. The org.springframework.context package
adds the ApplicationContext interface, which
extends the BeanFactory interface, in
addition to extending other interfaces to provide additional functionality
@@ -639,7 +639,7 @@ argument.required=Ebagum lad, the '{0}' argument is required, I say, required.
TaskExecutor abstraction.Check out the JavaDoc of the SpringContextResourceAdapter class for the configuration details
involved in RAR deployment.
diff --git a/src/reference/docbook/beans-scopes.xml b/src/reference/docbook/beans-scopes.xml
index 6b5c1da512..05d336edbc 100644
--- a/src/reference/docbook/beans-scopes.xml
+++ b/src/reference/docbook/beans-scopes.xml
@@ -545,7 +545,7 @@
implement your own scopes, see the Scope
implementations that are supplied with the Spring Framework itself and
the Scope Javadoc, which explains the methods you need to implement
in more detail.
diff --git a/src/reference/docbook/beans.xml b/src/reference/docbook/beans.xml
index 08d82e3d4c..73764d81cf 100644
--- a/src/reference/docbook/beans.xml
+++ b/src/reference/docbook/beans.xml
@@ -33,11 +33,11 @@ The footnote should x-ref to first section in that chapter but I can't find the
The org.springframework.beans and
org.springframework.context packages are the basis for
Spring Framework's IoC container. The BeanFactory interface provides an advanced
configuration mechanism capable of managing any type of object.
ApplicationContext is a sub-interface of
BeanFactory. It adds easier integration
with Spring's AOP features; message resource handling (for use in
diff --git a/src/reference/docbook/migration-3.2.xml b/src/reference/docbook/migration-3.2.xml
index 5b9cd51a1f..52aa0fab2d 100644
--- a/src/reference/docbook/migration-3.2.xml
+++ b/src/reference/docbook/migration-3.2.xml
@@ -145,180 +145,180 @@
The following packages and types have been wholly or partially deprecated
in Spring Framework 3.2 and may be removed in a future version. Click through
to the linked Javadoc for each item for exact details. See also the
-
+
complete list of deprecations in the framework.
-
+
org.springframework.orm.ibatis
-
+
org.springframework.scheduling.backportconcurrent
-
+
org.springframework.ejb.support
-
+
org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter
-
+
org.springframework.web.jsf.DelegatingVariableResolver
-
+
org.springframework.web.jsf.SpringBeanVariableResolver
-
+
org.springframework.ui.velocity.CommonsLoggingLogSystem
-
+
org.springframework.ui.velocity.VelocityEngineUtils
-
+
org.springframework.beans.factory.config.BeanReferenceFactoryBean
-
+
org.springframework.beans.factory.config.CommonsLogFactoryBean
-
+
org.springframework.beans.instrument.classloading.oc4j.OC4JLoadTimeWeaver
-
+
org.springframework.transaction.jta.OC4JJtaTransactionManager
-
+
org.springframework.web.util.ExpressionEvaluationUtils
-
+
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter
-
+
org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver
-
+
org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping
-
+
org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils
-
+
org.springframework.jmx.support.MBeanRegistrationSupport
-
+
org.springframework.test.context.ContextConfigurationAttributes
-
+
org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests
-
+
org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests
-
+
org.springframework.test.jdbc.SimpleJdbcTestUtils
-
+
org.springframework.web.servlet.view.ContentNegotiatingViewResolver
-
+
org.springframework.transaction.interceptor.TransactionAspectUtils
-
+
org.springframework.http.HttpStatus
-
+
org.springframework.web.util.UriUtils
-
+
org.springframework.orm.jpa.vendor.TopLinkJpaDialect
-
+
org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter
-
+
org.springframework.orm.util.CachingMapDecorator
diff --git a/src/reference/docbook/scheduling.xml b/src/reference/docbook/scheduling.xml
index 86933418d3..6c5b7fbe83 100644
--- a/src/reference/docbook/scheduling.xml
+++ b/src/reference/docbook/scheduling.xml
@@ -884,7 +884,7 @@ public class ExampleJob extends QuartzJobBean {
SchedulerFactoryBean for you to set, such as the
calendars used by the job details, properties to customize Quartz with,
etc. Have a look at the SchedulerFactoryBean
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/quartz/SchedulerFactoryBean.html">SchedulerFactoryBean
Javadoc for more information.
diff --git a/src/reference/docbook/validation.xml b/src/reference/docbook/validation.xml
index e94fe1c8dd..5ad3faeee8 100644
--- a/src/reference/docbook/validation.xml
+++ b/src/reference/docbook/validation.xml
@@ -215,9 +215,9 @@
More information on the
MessageCodesResolver and the default
strategy can be found online with the Javadocs for MessageCodesResolver and DefaultMessageCodesResolver respectively.
diff --git a/src/reference/docbook/view.xml b/src/reference/docbook/view.xml
index 94b18964a0..a39942eb46 100644
--- a/src/reference/docbook/view.xml
+++ b/src/reference/docbook/view.xml
@@ -1147,7 +1147,7 @@ findOwnersForm.url=/WEB-INF/jsp/findOwners.jsp
</bean>
Refer to the API
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/ui/velocity/VelocityEngineFactory.html">API
documentation for Spring configuration of Velocity, or the
Velocity documentation for examples and definitions of the
'velocity.properties' file itself.
diff --git a/src/reference/docbook/web-integration.xml b/src/reference/docbook/web-integration.xml
index d52db9efc9..eff8255796 100644
--- a/src/reference/docbook/web-integration.xml
+++ b/src/reference/docbook/web-integration.xml
@@ -88,7 +88,7 @@
contains all of the 'business beans' in one's application.
On to specifics: all that one need do is to declare a ContextLoaderListener
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/context/ContextLoaderListener.html">ContextLoaderListener
in the standard Java EE servlet web.xml file of one's web
application, and add a contextConfigLocation
<context-param/> section (in the same file) that defines which set
@@ -111,7 +111,7 @@
context parameter, the ContextLoaderListener will
look for a file called /WEB-INF/applicationContext.xml
to load. Once the context files are loaded, Spring creates a WebApplicationContext
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/context/WebApplicationContext.html">WebApplicationContext
object based on the bean definitions and stores it in the
ServletContext of the web application.
@@ -123,7 +123,7 @@
WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext);The WebApplicationContextUtils
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/context/support/WebApplicationContextUtils.html">WebApplicationContextUtils
class is for convenience, so you don't have to remember the name of the
ServletContext attribute. Its
getWebApplicationContext() method will return
@@ -181,7 +181,7 @@
The easiest way to integrate one's Spring middle-tier with one's
JSF web layer is to use the
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/jsf/DelegatingVariableResolver.html">
DelegatingVariableResolver class. To
configure this variable resolver in one's application, one will need to
edit one's faces-context.xml file. After the
@@ -279,7 +279,7 @@
well when mapping one's properties to beans in
faces-config.xml, but at times one may need to grab
a bean explicitly. The
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/jsf/FacesContextUtils.html">
FacesContextUtils class makes this easy.
It is similar to WebApplicationContextUtils,
except that it takes a FacesContext parameter
@@ -338,7 +338,7 @@
ContextLoaderPluginThe ContextLoaderPlugin
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/ContextLoaderPlugIn.html">ContextLoaderPlugin
is a Struts 1.1+ plug-in that loads a Spring context file for the Struts
ActionServlet. This context refers to the root
WebApplicationContext (loaded by the
@@ -409,7 +409,7 @@
DelegatingRequestProcessorTo configure the
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/DelegatingRequestProcessor.html">
DelegatingRequestProcessor in your
struts-config.xml file, override the
"processorClass" property in the <controller> element. These
@@ -437,7 +437,7 @@
If you are using Tiles in your Struts application, you must
configure your <controller> with the DelegatingTilesRequestProcessor
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/DelegatingTilesRequestProcessor.html">DelegatingTilesRequestProcessor
instead.
@@ -449,7 +449,7 @@
can't use the DelegatingRequestProcessor or
DelegatingTilesRequestProcessor approaches, you
can use the
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/DelegatingActionProxy.html">
DelegatingActionProxy as the type in
your action-mapping.
@@ -487,7 +487,7 @@
is to extend Spring's Action classes for Struts.
For example, instead of subclassing Struts'
Action class, you can subclass Spring's
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/ActionSupport.html">
ActionSupport class.The ActionSupport class provides additional
@@ -516,23 +516,23 @@
to the name: ActionSupport,
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/ActionSupport.html">ActionSupport,DispatchActionSupport,
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/DispatchActionSupport.html">DispatchActionSupport,LookupDispatchActionSupport
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/LookupDispatchActionSupport.html">LookupDispatchActionSupport
andMappingDispatchActionSupport.
+ xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/web/struts/MappingDispatchActionSupport.html">MappingDispatchActionSupport.
diff --git a/src/reference/docbook/xsd-configuration.xml b/src/reference/docbook/xsd-configuration.xml
index c8c9917334..f57e766e06 100644
--- a/src/reference/docbook/xsd-configuration.xml
+++ b/src/reference/docbook/xsd-configuration.xml
@@ -144,7 +144,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
Setting a bean property or constructor arg from a field value
- FieldRetrievingFactoryBean
+ FieldRetrievingFactoryBean
is a FactoryBean which retrieves a
static or non-static field value. It is typically
used for retrieving publicstatic
@@ -153,7 +153,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
Find below an example which shows how a static field is exposed, by
- using the staticField
+ using the staticField
property:
It is also possible to access a non-static (instance) field of another bean,
as described in the API documentation for the
- FieldRetrievingFactoryBean
+ FieldRetrievingFactoryBean
class.