Creates a new instance of the DefaultPointcutAdvisor class.
Creates a new instance of the DefaultPointcutAdvisor class.
public DefaultPointcutAdvisor()
Creates a new instance of the DefaultPointcutAdvisor class for the supplied advice,
public DefaultPointcutAdvisor(IAdvice)
Creates a new instance of the DefaultPointcutAdvisor class for the supplied advice and pointcut.
public DefaultPointcutAdvisor(IPointcut,IAdvice)
DefaultPointcutAdvisor Class | Spring.Aop.Support Namespace