com.mtgi.analytics.aop.config
Class TemplateBeanDefinitionParser.TemplateComponentDefinition

java.lang.Object
  extended by org.springframework.beans.factory.parsing.AbstractComponentDefinition
      extended by org.springframework.beans.factory.parsing.CompositeComponentDefinition
          extended by com.mtgi.analytics.aop.config.TemplateBeanDefinitionParser.TemplateComponentDefinition
All Implemented Interfaces:
org.springframework.beans.BeanMetadataElement, org.springframework.beans.factory.parsing.ComponentDefinition
Direct Known Subclasses:
BtManagerBeanDefinitionParser.ManagerComponentDefinition
Enclosing class:
TemplateBeanDefinitionParser

public static class TemplateBeanDefinitionParser.TemplateComponentDefinition
extends org.springframework.beans.factory.parsing.CompositeComponentDefinition

A component definition providing access to the template bean configuration, for the benefit of nested configuration tags.


Constructor Summary
TemplateBeanDefinitionParser.TemplateComponentDefinition(String name, Object source, org.springframework.beans.factory.support.DefaultListableBeanFactory factory)
           
 
Method Summary
 org.springframework.beans.factory.support.DefaultListableBeanFactory getTemplateFactory()
           
 
Methods inherited from class org.springframework.beans.factory.parsing.CompositeComponentDefinition
addNestedComponent, getName, getNestedComponents, getSource
 
Methods inherited from class org.springframework.beans.factory.parsing.AbstractComponentDefinition
getBeanDefinitions, getBeanReferences, getDescription, getInnerBeanDefinitions, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateBeanDefinitionParser.TemplateComponentDefinition

public TemplateBeanDefinitionParser.TemplateComponentDefinition(String name,
                                                                Object source,
                                                                org.springframework.beans.factory.support.DefaultListableBeanFactory factory)
Method Detail

getTemplateFactory

public org.springframework.beans.factory.support.DefaultListableBeanFactory getTemplateFactory()