org.springframework.context.annotation
Class ScopedProxyCreator

java.lang.Object
  extended by org.springframework.context.annotation.ScopedProxyCreator

 class ScopedProxyCreator
extends java.lang.Object

Delegate factory class used to just introduce an AOP framework dependency when actually creating a scoped proxy.

Since:
3.0
Author:
Juergen Hoeller
See Also:
ScopedProxyUtils.createScopedProxy(org.springframework.beans.factory.config.BeanDefinitionHolder, org.springframework.beans.factory.support.BeanDefinitionRegistry, boolean)

Constructor Summary
ScopedProxyCreator()
           
 
Method Summary
static BeanDefinitionHolder createScopedProxy(BeanDefinitionHolder definitionHolder, BeanDefinitionRegistry registry, boolean proxyTargetClass)
           
static java.lang.String getTargetBeanName(java.lang.String originalBeanName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopedProxyCreator

ScopedProxyCreator()
Method Detail

createScopedProxy

public static BeanDefinitionHolder createScopedProxy(BeanDefinitionHolder definitionHolder,
                                                     BeanDefinitionRegistry registry,
                                                     boolean proxyTargetClass)

getTargetBeanName

public static java.lang.String getTargetBeanName(java.lang.String originalBeanName)