org.springframework.config.java.listener
Class ConfigurationListener.BeanDefinitionRegistration

java.lang.Object
  extended by org.springframework.config.java.listener.ConfigurationListener.BeanDefinitionRegistration
Enclosing interface:
ConfigurationListener

public static class ConfigurationListener.BeanDefinitionRegistration
extends java.lang.Object

Class to hold BeanDefinition, name and any other information, to allow configuration listeners to customize the registration, change its name, etc.


Field Summary
 boolean hide
          Should the bean definition be hidden or not.
 java.lang.String name
           
 org.springframework.beans.factory.support.RootBeanDefinition rbd
           
 
Constructor Summary
ConfigurationListener.BeanDefinitionRegistration(org.springframework.beans.factory.support.RootBeanDefinition rbd, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rbd

public org.springframework.beans.factory.support.RootBeanDefinition rbd

name

public java.lang.String name

hide

public boolean hide
Should the bean definition be hidden or not. When hidden, the bean definition resides only in the child context.

Constructor Detail

ConfigurationListener.BeanDefinitionRegistration

public ConfigurationListener.BeanDefinitionRegistration(org.springframework.beans.factory.support.RootBeanDefinition rbd,
                                                        java.lang.String name)


Copyright © 2005-2007 Spring Framework. All Rights Reserved.