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

Uses of Class org.springframework.aop.target.EmptyTargetSource (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.aop.target.EmptyTargetSource

Packages that use EmptyTargetSource
org.springframework.aop.target This package contains implementations of the org.springframework.aop.TargetSource interface. 
 

Uses of EmptyTargetSource in org.springframework.aop.target
 

Fields in org.springframework.aop.target declared as EmptyTargetSource
static EmptyTargetSource EmptyTargetSource.INSTANCE
          The canonical (Singleton) instance of this EmptyTargetSource.
 

Methods in org.springframework.aop.target that return EmptyTargetSource
static EmptyTargetSource EmptyTargetSource.forClass(Class targetClass)
          Return an EmptyTargetSource for the given target Class.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.