|
|||||||||
| Home >> All >> org >> springframework >> beans >> [ factory overview ] | PREV NEXT | ||||||||
Uses of Package
org.springframework.beans.factory
| Classes in org.springframework.beans.factory used by org.springframework.beans.factory | |
| BeanCreationException
Exception thrown when a BeanFactory encounters an error when attempting to create a bean from a bean definition. |
|
| BeanFactory
The root interface for accessing a Spring IoC container. |
|
| BeanNotOfRequiredTypeException
Thrown when a bean doesn't match the required type. |
|
| ListableBeanFactory
Extension of the BeanFactory interface to be implemented by bean factories that can enumerate all their bean instances, rather than attempting bean lookup by name one by one as requested by clients. |
|
| NoSuchBeanDefinitionException
Exception thrown when a BeanFactory is asked for a bean instance name for which it cannot find a definition. |
|
|
|||||||||
| Home >> All >> org >> springframework >> beans >> [ factory overview ] | PREV NEXT | ||||||||