The Spring Framework

org.springframework.beans.factory.parsing
Class BeanEntry

java.lang.Object
  extended by org.springframework.beans.factory.parsing.BeanEntry
All Implemented Interfaces:
ParseState.Entry

public class BeanEntry
extends Object
implements ParseState.Entry

ParseState entry representing a bean definition.

Since:
2.0
Author:
Rob Harrop

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

Constructor Detail

BeanEntry

public BeanEntry(String beanDefinitionName)
Creates a new instance of BeanEntry class.

Parameters:
beanDefinitionName - the name of the associated bean definition
Method Detail

toString

public String toString()
Overrides:
toString in class Object

The Spring Framework

Copyright © 2002-2007 The Spring Framework.