public class

ProxyCreationContext

extends Object
java.lang.Object
   ↳ org.springframework.aop.framework.autoproxy.ProxyCreationContext

Class Overview

Holder for the current proxy creation context, as exposed by auto-proxy creators such as AbstractAdvisorAutoProxyCreator.

Summary

Public Constructors
ProxyCreationContext()
Public Methods
static String getCurrentProxiedBeanName()
Return the name of the currently proxied bean instance.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ProxyCreationContext ()

Public Methods

public static String getCurrentProxiedBeanName ()

Return the name of the currently proxied bean instance.

Returns
  • the name of the bean, or null if none available