|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.aop.framework.autoproxy.ProxyCreationContext
public class ProxyCreationContext
Holder for the current proxy creation context, as exposed by auto-proxy creators
such as AbstractAdvisorAutoProxyCreator
.
Constructor Summary | |
---|---|
ProxyCreationContext()
|
Method Summary | |
---|---|
static java.lang.String |
getCurrentProxiedBeanName()
Return the name of the currently proxied bean instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyCreationContext()
Method Detail |
---|
public static java.lang.String getCurrentProxiedBeanName()
null
if none available
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |