com.mtgi.analytics.aop.config.v11
Class BtInnerBeanDefinitionParser
java.lang.Object
com.mtgi.analytics.aop.config.v11.BtInnerBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class BtInnerBeanDefinitionParser
- extends Object
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
Generic parser for inner bean definitions enclosed by a bt:manager
tag. These bean definitions
are generally the same as standard Spring XML bean definitions, with a class
attribute and nested
property
elements rather than custom XML attributes. At time of writing, this parser handles both
bt:custom-persister
and bt:session-context
tags.
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BtInnerBeanDefinitionParser
public BtInnerBeanDefinitionParser(String property)
- Parameters:
property
- the property of BehaviorTrackingManagerImpl
that should receive this bean definition.
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
parse
in interface org.springframework.beans.factory.xml.BeanDefinitionParser