站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.beans.factory.CannotLoadBeanClassException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

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

Packages that use CannotLoadBeanClassException
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
 

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

Methods in org.springframework.beans.factory.support that throw CannotLoadBeanClassException
protected  boolean AbstractBeanFactory.isBeanClassMatch(String beanName, RootBeanDefinition mbd, Class targetType)
          Check whether the bean class of the given bean definition matches the specified target type.
protected  Class AbstractBeanFactory.resolveBeanClass(RootBeanDefinition mbd, String beanName)
          Resolve the bean class for the specified bean definition, resolving a bean class name into a Class reference (if necessary) and storing the resolved Class in the bean definition for further use.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.