public abstract class

AbstractGenericPointcutAdvisor

extends AbstractPointcutAdvisor
java.lang.Object
   ↳ org.springframework.aop.support.AbstractPointcutAdvisor
     ↳ org.springframework.aop.support.AbstractGenericPointcutAdvisor
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Abstract generic PointcutAdvisor that allows for any Advice to be configured.

Summary

[Expand]
Inherited Constants
From interface org.springframework.core.Ordered
Public Constructors
AbstractGenericPointcutAdvisor()
Public Methods
Advice getAdvice()
void setAdvice(Advice advice)
Specify the advice that this advisor should apply.
String toString()
[Expand]
Inherited Methods
From class org.springframework.aop.support.AbstractPointcutAdvisor
From class java.lang.Object
From interface org.springframework.aop.Advisor
From interface org.springframework.aop.PointcutAdvisor
From interface org.springframework.core.Ordered

Public Constructors

public AbstractGenericPointcutAdvisor ()

Public Methods

public Advice getAdvice ()

public void setAdvice (Advice advice)

Specify the advice that this advisor should apply.

public String toString ()