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

AdviceEntry (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.aop.config
Class AdviceEntry

java.lang.Object
  extended by org.springframework.aop.config.AdviceEntry
All Implemented Interfaces:
ParseState.Entry

public class AdviceEntry
extends Object
implements ParseState.Entry

ParseState entry representing an advice element.

Since:
2.0
Author:
Mark Fisher

Constructor Summary
AdviceEntry(String kind)
          Creates a new instance of the AdviceEntry class.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdviceEntry

public AdviceEntry(String kind)
Creates a new instance of the AdviceEntry class.

Parameters:
kind - the kind of advice represented by this entry (before, after, around, etc.)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

The Spring Framework

Copyright © 2002-2007 The Spring Framework.