|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.config.ScopedProxyBeanDefinitionDecorator
class ScopedProxyBeanDefinitionDecorator
BeanDefinitionDecorator responsible for parsing the
<aop:scoped-proxy/> tag.
| Field Summary | |
|---|---|
private static java.lang.String |
PROXY_TARGET_CLASS
|
| Constructor Summary | |
|---|---|
ScopedProxyBeanDefinitionDecorator()
|
|
| Method Summary | |
|---|---|
BeanDefinitionHolder |
decorate(org.w3c.dom.Node node,
BeanDefinitionHolder definition,
ParserContext parserContext)
Parse the specified Node (either an element or an attribute) and decorate
the supplied BeanDefinition,
returning the decorated definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final java.lang.String PROXY_TARGET_CLASS
| Constructor Detail |
|---|
ScopedProxyBeanDefinitionDecorator()
| Method Detail |
|---|
public BeanDefinitionHolder decorate(org.w3c.dom.Node node,
BeanDefinitionHolder definition,
ParserContext parserContext)
BeanDefinitionDecoratorNode (either an element or an attribute) and decorate
the supplied BeanDefinition,
returning the decorated definition.
Implementations may choose to return a completely new definition, which will
replace the original definition in the resulting
BeanFactory.
The supplied ParserContext can be used to register any additional
beans needed to support the main definition.
decorate in interface BeanDefinitionDecorator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||