org.springframework.aop.support
Class DefaultInterceptionAroundAdvisor
org.springframework.aop.support.AbstractPointcutAdvisor
|
+--org.springframework.aop.support.DefaultInterceptionAroundAdvisor
- public class DefaultInterceptionAroundAdvisor
- extends AbstractPointcutAdvisor
- implements InterceptionAroundAdvisor
Default InterceptionAdvice implementation.
- Author:
- Rod Johnson
- Version: $Id: DefaultInterceptionAroundAdvisor.java,v 1.3 2003/12/09 14:02:30 johnsonr Exp $
DefaultInterceptionAroundAdvisor
public DefaultInterceptionAroundAdvisor(Pointcut pointcut, Interceptor interceptor)
DefaultInterceptionAroundAdvisor
public DefaultInterceptionAroundAdvisor(Interceptor interceptor)
- If no pointcut is supplied, the advice will always fire.
equals
public boolean equals(Object other)
getInterceptor
public Interceptor getInterceptor()
setInterceptor
public void setInterceptor(Interceptor interceptor)
toString
public String toString()