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

Uses of Package org.springframework.core.typefilter (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版


The Spring Framework

Uses of Package
org.springframework.core.typefilter

Packages that use org.springframework.core.typefilter
org.springframework.context.annotation Annotation support for context configuration including classpath scanning for autowire candidates. 
org.springframework.core.typefilter Core support package for classpath scanning with ASM. 
 

Classes in org.springframework.core.typefilter used by org.springframework.context.annotation
TypeFilter
          Base interface for type filters using an ASM ClassReader.
 

Classes in org.springframework.core.typefilter used by org.springframework.core.typefilter
AbstractClassTestingTypeFilter
           
AbstractTypeHierarchyTraversingFilter
          Type filter that is aware of traversing over hierarchy.
ClassNameAndTypesReadingVisitor
          ASM class visitor which looks only for the class name and implemented types.
FilterType
          Enumeration of the valid type filters to be added for annotation-driven configuration.
TypeFilter
          Base interface for type filters using an ASM ClassReader.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.