parent
cfe2af7690
commit
f6003b5102
|
|
@ -356,7 +356,7 @@ The footnote should x-ref to first section in that chapter but I can't find the
|
||||||
<para>The <interfacename>ApplicationContext</interfacename> is the
|
<para>The <interfacename>ApplicationContext</interfacename> is the
|
||||||
interface for an advanced factory capable of maintaining a registry of
|
interface for an advanced factory capable of maintaining a registry of
|
||||||
different beans and their dependencies. Using the method <methodname>T
|
different beans and their dependencies. Using the method <methodname>T
|
||||||
getBean(Stringname, Class<T> requiredType)</methodname> you can
|
getBean(String name, Class<T> requiredType)</methodname> you can
|
||||||
retrieve instances of your beans.</para>
|
retrieve instances of your beans.</para>
|
||||||
|
|
||||||
<para>The <interfacename>ApplicationContext</interfacename> enables you to
|
<para>The <interfacename>ApplicationContext</interfacename> enables you to
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue