当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
AdvisorEntry (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop.config
Class AdvisorEntry
java.lang.Object
org.springframework.aop.config.AdvisorEntry
- All Implemented Interfaces:
- ParseState.Entry
public class AdvisorEntry
- extends Object
- implements ParseState.Entry
ParseState
entry representing an advisor.
- Since:
- 2.0
- Author:
- Mark Fisher
AdvisorEntry
public AdvisorEntry(String name)
- Creates a new instance of the
AdvisorEntry
class.
- Parameters:
name
- the bean name of the advisor
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2007 The Spring Framework.