当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
AspectEntry (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.aop.config
Class AspectEntry
java.lang.Object
org.springframework.aop.config.AspectEntry
- All Implemented Interfaces:
- ParseState.Entry
public class AspectEntry
- extends Object
- implements ParseState.Entry
ParseState
entry representing an aspect.
- Since:
- 2.0
- Author:
- Mark Fisher, Juergen Hoeller
AspectEntry
public AspectEntry(String id,
String ref)
- Create a new AspectEntry.
- Parameters:
id
- the id of the aspect elementref
- the bean name referenced by this aspect element
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2007 The Spring Framework.