documentation fixes (SPR-9025, SPR-9027)

master
Juergen Hoeller 13 years ago
parent 357a5193b7
commit c931eaa436
  1. 2
      spring-framework-reference/src/beans-dependencies.xml
  2. 2
      spring-framework-reference/src/beans-extension-points.xml

@ -1437,7 +1437,7 @@ package fiona.apple;
<lineannotation>// Spring-API imports</lineannotation>
import org.springframework.beans.BeansException;
import org.springframework.context.Applicationcontext;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
public class CommandManager implements ApplicationContextAware {

@ -93,7 +93,7 @@
</interfacename> registration is through <interfacename>ApplicationContext
</interfacename> auto-detection (as described above), it is also
possible to register them <emphasis>programmatically</emphasis>
against an <interfacename>ApplicationContext</interfacename> using the
against a <interfacename>ConfigurableBeanFactory</interfacename> using the
<methodname>addBeanPostProcessor</methodname> method. This can be useful
when needing to evaluate conditional logic before registration, or even
for copying bean post processors across contexts in a hierarchy. Note

Loading…
Cancel
Save