| java.lang.Object | ||
| ↳ | org.springframework.aop.support.StaticMethodMatcher | |
| ↳ | org.springframework.aop.support.StaticMethodMatcherPointcut | |
Known Direct Subclasses
|
Known Indirect Subclasses
|
Convenient superclass when we want to force subclasses to implement the
MethodMatcher interface but subclasses will want to be pointcuts.
The "classFilter" property can be set to customize
ClassFilter behavior. The default is TRUE.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.aop.MethodMatcher
| |||||||||||
From interface
org.springframework.aop.Pointcut
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the ClassFilter for this pointcut.
| |||||||||||
Return the MethodMatcher for this pointcut.
| |||||||||||
Set the
ClassFilter to use for this pointcut. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.aop.support.StaticMethodMatcher
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.aop.MethodMatcher
| |||||||||||
From interface
org.springframework.aop.Pointcut
| |||||||||||
Return the ClassFilter for this pointcut.
null)
Return the MethodMatcher for this pointcut.
null)
Set the ClassFilter to use for this pointcut.
Default is TRUE.