The Spring Framework

org.springframework.aop.config
Class AspectEntry

java.lang.Object
  extended by 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

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

Constructor Detail

AspectEntry

public AspectEntry(String id,
                   String ref)
Creates a new instance of the AspectEntry class.

Parameters:
id - the id of the aspect element
ref - the bean name referenced by this aspect element
Method Detail

toString

public String toString()
Overrides:
toString in class Object

The Spring Framework

Copyright © 2002-2006 The Spring Framework.