|
77 | 77 | </beans></programlisting>
|
78 | 78 |
|
79 | 79 | <para>(The implicitly registered post-processors include <link
|
80 |
| - xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.html" |
| 80 | + xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/AutowiredAnnotationBeanPostProcessor.html" |
81 | 81 | ><classname>AutowiredAnnotationBeanPostProcessor</classname></link>, <link
|
82 |
| - xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/context/annotation/CommonAnnotationBeanPostProcessor.html" |
| 82 | + xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/CommonAnnotationBeanPostProcessor.html" |
83 | 83 | ><classname>CommonAnnotationBeanPostProcessor</classname></link>, <link
|
84 |
| - xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.html" |
| 84 | + xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/orm/jpa/support/PersistenceAnnotationBeanPostProcessor.html" |
85 | 85 | ><classname>PersistenceAnnotationBeanPostProcessor</classname></link>, as
|
86 | 86 | well as the aforementioned <link
|
87 |
| - xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/annotation/RequiredAnnotationBeanPostProcessor.html" |
| 87 | + xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/RequiredAnnotationBeanPostProcessor.html" |
88 | 88 | ><classname>RequiredAnnotationBeanPostProcessor</classname></link>.)</para>
|
89 | 89 |
|
90 | 90 | <note>
|
@@ -643,7 +643,7 @@ public @interface MovieQualifier {
|
643 | 643 | <title><classname>CustomAutowireConfigurer</classname></title>
|
644 | 644 |
|
645 | 645 | <para>The <link
|
646 |
| - xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/beans/factory/annotation/CustomAutowireConfigurer.html" |
| 646 | + xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/beans/factory/annotation/CustomAutowireConfigurer.html" |
647 | 647 | ><classname>CustomAutowireConfigurer</classname></link> is a
|
648 | 648 | <interfacename>BeanFactoryPostProcessor</interfacename> that enables you
|
649 | 649 | to register your own custom qualifier annotation types even if they are
|
@@ -724,7 +724,7 @@ public @interface MovieQualifier {
|
724 | 724 | the <interfacename>ApplicationContext</interfacename> of which the
|
725 | 725 | <classname>CommonAnnotationBeanPostProcessor</classname> is aware. The
|
726 | 726 | names can be resolved through JNDI if you configure Spring's <link
|
727 |
| - xl:href="http://static.springframework.org/spring/docs/current/api/org/springframework/jndi/support/SimpleJndiBeanFactory.html" |
| 727 | + xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/jndi/support/SimpleJndiBeanFactory.html" |
728 | 728 | ><classname>SimpleJndiBeanFactory</classname></link> explicitly.
|
729 | 729 | However, it is recommended that you rely on the default behavior and
|
730 | 730 | simply use Spring's JNDI lookup capabilities to preserve the level of
|
|
0 commit comments