com.liferay.portal.spring.aop
Class BeanInterceptor

java.lang.Object
  extended by com.liferay.portal.spring.aop.BeanInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class BeanInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
BeanInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 void setClassLoader(java.lang.ClassLoader classLoader)
           
 void setExceptionSafe(boolean exceptionSafe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInterceptor

public BeanInterceptor()
Method Detail

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Throws:
java.lang.Throwable

setClassLoader

public void setClassLoader(java.lang.ClassLoader classLoader)

setExceptionSafe

public void setExceptionSafe(boolean exceptionSafe)