org.springframework.aop.config
Class AspectJAutoProxyBeanDefinitionParser
java.lang.Object
org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
class AspectJAutoProxyBeanDefinitionParser
- extends java.lang.Object
- implements BeanDefinitionParser
BeanDefinitionParser
for the aspectj-autoproxy
tag,
enabling the automatic application of @AspectJ-style aspects found in
the BeanFactory
.
- Since:
- 2.0
- Author:
- Rob Harrop, Juergen Hoeller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectJAutoProxyBeanDefinitionParser
AspectJAutoProxyBeanDefinitionParser()
parse
public BeanDefinition parse(org.w3c.dom.Element element,
ParserContext parserContext)
- Description copied from interface:
BeanDefinitionParser
- Parse the specified
Element
and register the resulting
BeanDefinition(s)
with the
BeanDefinitionRegistry
embedded in the supplied ParserContext
.
Implementations must return the primary BeanDefinition
that results
from the parse if they will ever be used in a nested fashion (for example as
an inner tag in a <property/>
tag). Implementations may return
null
if they will not be used in a nested fashion.
- Specified by:
parse
in interface BeanDefinitionParser
- Parameters:
element
- the element that is to be parsed into one or more BeanDefinitions
parserContext
- the object encapsulating the current state of the parsing process;
provides access to a BeanDefinitionRegistry
- Returns:
- the primary
BeanDefinition
extendBeanDefinition
private void extendBeanDefinition(org.w3c.dom.Element element,
ParserContext parserContext)
addIncludePatterns
private void addIncludePatterns(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinition beanDef)