|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.support.IntroductionInfoSupport
org.springframework.aop.support.DelegatingIntroductionInterceptor
org.springframework.aop.interceptor.ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
private static class ExposeBeanNameAdvisors.ExposeBeanNameIntroduction
Introduction that exposes the specified bean name as invocation attribute.
| Field Summary | |
|---|---|
private java.lang.String |
beanName
|
| Fields inherited from class org.springframework.aop.support.IntroductionInfoSupport |
|---|
publishedInterfaces |
| Constructor Summary | |
|---|---|
ExposeBeanNameAdvisors.ExposeBeanNameIntroduction(java.lang.String beanName)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBeanName()
Return the name of this bean in a Spring bean factory. |
java.lang.Object |
invoke(MethodInvocation mi)
Subclasses may need to override this if they want to perform custom behaviour in around advice. |
| Methods inherited from class org.springframework.aop.support.DelegatingIntroductionInterceptor |
|---|
doProceed |
| Methods inherited from class org.springframework.aop.support.IntroductionInfoSupport |
|---|
getInterfaces, implementInterfacesOnObject, implementsInterface, isMethodOnIntroducedInterface, suppressInterface |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.aop.DynamicIntroductionAdvice |
|---|
implementsInterface |
| Field Detail |
|---|
private final java.lang.String beanName
| Constructor Detail |
|---|
public ExposeBeanNameAdvisors.ExposeBeanNameIntroduction(java.lang.String beanName)
| Method Detail |
|---|
public java.lang.Object invoke(MethodInvocation mi)
throws java.lang.Throwable
DelegatingIntroductionInterceptor
invoke in class DelegatingIntroductionInterceptorjava.lang.Throwablepublic java.lang.String getBeanName()
NamedBean
getBeanName in interface NamedBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||