|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver
public class ClassNameBeanWiringInfoResolver
Simple default implementation of the BeanWiringInfoResolver interface,
looking for a bean with the same name as the fully-qualified class name.
This matches the default name of the bean in a Spring XML file if the
bean tag's "id" attribute is not used.
| Constructor Summary | |
|---|---|
ClassNameBeanWiringInfoResolver()
|
|
| Method Summary | |
|---|---|
BeanWiringInfo |
resolveWiringInfo(java.lang.Object beanInstance)
Resolve the BeanWiringInfo for the given bean instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassNameBeanWiringInfoResolver()
| Method Detail |
|---|
public BeanWiringInfo resolveWiringInfo(java.lang.Object beanInstance)
BeanWiringInfoResolver
resolveWiringInfo in interface BeanWiringInfoResolverbeanInstance - the bean instance to resolve info for
null if not found
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||