com.atlassian.confluence.spring.aop
Class AdviseReturnedValueAdvice
java.lang.Object
com.atlassian.confluence.spring.aop.AdviseReturnedValueAdvice
- All Implemented Interfaces:
- org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor
public final class AdviseReturnedValueAdvice
- extends java.lang.Object
- implements org.aopalliance.intercept.MethodInterceptor
Simple AOP advice for adding advice to the returned value of advised methods
Method Summary |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
|
void |
setAdvisor(org.springframework.aop.Advisor advisor)
|
void |
setProxyInterface(java.lang.Class proxyInterface)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdviseReturnedValueAdvice
public AdviseReturnedValueAdvice()
setAdvisor
public void setAdvisor(org.springframework.aop.Advisor advisor)
- Parameters:
advisor
- Advisor for returned value
setProxyInterface
public void setProxyInterface(java.lang.Class proxyInterface)
- Parameters:
proxyInterface
- Interface to advise on returned value
invoke
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws java.lang.Throwable
- Specified by:
invoke
in interface org.aopalliance.intercept.MethodInterceptor
- Throws:
java.lang.Throwable
Copyright © 2003-2013 Atlassian. All Rights Reserved.