|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchBeanDefinitionException | |
---|---|
org.springframework.beans.factory | The core package implementing Spring's lightweight Inversion of Control (IoC) container. |
org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. |
org.springframework.beans.factory.support | Classes supporting the org.springframework.beans.factory package. |
org.springframework.context.support | Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. |
Uses of NoSuchBeanDefinitionException in org.springframework.beans.factory |
---|
Methods in org.springframework.beans.factory that throw NoSuchBeanDefinitionException | |
---|---|
Class |
BeanFactory.getType(String name)
Determine the type of the bean with the given name. |
boolean |
BeanFactory.isSingleton(String name)
Is this bean a singleton? |
boolean |
BeanFactory.isTypeMatch(String name,
Class targetType)
Check whether the bean with the given name matches the specified type. |
Uses of NoSuchBeanDefinitionException in org.springframework.beans.factory.config |
---|
Methods in org.springframework.beans.factory.config that throw NoSuchBeanDefinitionException | |
---|---|
BeanDefinition |
ConfigurableListableBeanFactory.getBeanDefinition(String beanName)
Return the registered BeanDefinition for the given bean, allowing access to its property values and constructor argument value (which can be modified during bean factory post-processing). |
Uses of NoSuchBeanDefinitionException in org.springframework.beans.factory.support |
---|
Methods in org.springframework.beans.factory.support that throw NoSuchBeanDefinitionException | |
---|---|
BeanDefinition |
DefaultListableBeanFactory.getBeanDefinition(String beanName)
|
BeanDefinition |
BeanDefinitionRegistry.getBeanDefinition(String beanName)
Return the BeanDefinition for the given bean name. |
Class |
StaticListableBeanFactory.getType(String name)
|
Class |
AbstractBeanFactory.getType(String name)
|
boolean |
AbstractBeanFactory.isFactoryBean(String name)
Determine whether the bean with the given name is a FactoryBean. |
boolean |
StaticListableBeanFactory.isSingleton(String name)
|
boolean |
AbstractBeanFactory.isSingleton(String name)
|
boolean |
StaticListableBeanFactory.isTypeMatch(String name,
Class targetType)
|
boolean |
AbstractBeanFactory.isTypeMatch(String name,
Class targetType)
|
Uses of NoSuchBeanDefinitionException in org.springframework.context.support |
---|
Methods in org.springframework.context.support that throw NoSuchBeanDefinitionException | |
---|---|
Class |
AbstractApplicationContext.getType(String name)
|
boolean |
AbstractApplicationContext.isSingleton(String name)
|
boolean |
AbstractApplicationContext.isTypeMatch(String name,
Class targetType)
|
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |