Uses of Class
org.springframework.beans.factory.NoSuchBeanDefinitionException

Packages that use NoSuchBeanDefinitionException
org.springframework.beans.factory The core package implementing Spring's lightweight Inversion of Control (IoC) container.  
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
 boolean BeanFactory.isSingleton(String name)
          Is this bean a singleton?
 Class BeanFactory.getType(String name)
          Determine the type of the bean with the given name.
 String[] BeanFactory.getAliases(String name)
          Return the aliases for the given bean name, if defined.
 

Uses of NoSuchBeanDefinitionException in org.springframework.beans.factory.support
 

Methods in org.springframework.beans.factory.support that throw NoSuchBeanDefinitionException
 String[] BeanDefinitionRegistry.getAliases(String beanName)
          Return the aliases for the given bean name, if defined.
 boolean StaticListableBeanFactory.isSingleton(String name)
           
 Class StaticListableBeanFactory.getType(String name)
           
 boolean AbstractBeanFactory.isSingleton(String name)
           
 Class AbstractBeanFactory.getType(String name)
           
 String[] AbstractBeanFactory.getAliases(String name)
           
 boolean AbstractBeanFactory.isFactoryBean(String name)
          Determine whether the bean with the given name is a FactoryBean.
 

Uses of NoSuchBeanDefinitionException in org.springframework.context.support
 

Methods in org.springframework.context.support that throw NoSuchBeanDefinitionException
 boolean AbstractApplicationContext.isSingleton(String name)
           
 Class AbstractApplicationContext.getType(String name)
           
 String[] AbstractApplicationContext.getAliases(String name)
           
 



Copyright (C) 2003-2004 The Spring Framework Project.