|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use MethodMatcher | |
org.springframework.aop | Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces. |
org.springframework.aop.support | Convenience classes for using Spring's AOP API. |
org.springframework.transaction.interceptor | AOP-based solution for declarative transaction demarcation. |
Uses of MethodMatcher in org.springframework.aop |
Fields in org.springframework.aop declared as MethodMatcher | |
static MethodMatcher |
MethodMatcher.TRUE
Canonical instance that matches all methods. |
Methods in org.springframework.aop that return MethodMatcher | |
MethodMatcher |
Pointcut.getMethodMatcher()
|
Uses of MethodMatcher in org.springframework.aop.support |
Classes in org.springframework.aop.support that implement MethodMatcher | |
class |
ControlFlowPointcut
Pointcut and method matcher for use in simple cflow-style pointcut. |
class |
DynamicMethodMatcher
Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime. |
class |
DynamicMethodMatcherPointcutAdvisor
Convenient superclass for Advisors that are also dynamic pointcuts. |
class |
NameMatchMethodPointcut
Pointcut bean for simple method name matches, as alternative to regexp patterns. |
class |
NameMatchMethodPointcutAdvisor
Convenient class for name-match method pointcuts that hold an Interceptor, making them an Advisor. |
class |
RegexpMethodPointcut
Perl5 regular expression pointcut bean. |
class |
RegexpMethodPointcutAdvisor
Convenient class for regexp method pointcuts that hold an Interceptor, making them an Advisor. |
class |
StaticMethodMatcher
Convenient abstract superclas for static method matchers, which don't care about arguments at runtime. |
class |
StaticMethodMatcherPointcut
Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts. |
class |
StaticMethodMatcherPointcutAdvisor
Convenient superclass for Advisors that are also static pointcuts. |
Methods in org.springframework.aop.support that return MethodMatcher | |
MethodMatcher |
StaticMethodMatcherPointcut.getMethodMatcher()
|
static MethodMatcher |
MethodMatchers.union(MethodMatcher a,
MethodMatcher b)
|
static MethodMatcher |
MethodMatchers.intersection(MethodMatcher a,
MethodMatcher b)
|
MethodMatcher |
DynamicMethodMatcherPointcutAdvisor.getMethodMatcher()
|
MethodMatcher |
ControlFlowPointcut.getMethodMatcher()
|
MethodMatcher |
ComposablePointcut.getMethodMatcher()
|
Methods in org.springframework.aop.support with parameters of type MethodMatcher | |
static MethodMatcher |
MethodMatchers.union(MethodMatcher a,
MethodMatcher b)
|
static MethodMatcher |
MethodMatchers.intersection(MethodMatcher a,
MethodMatcher b)
|
ComposablePointcut |
ComposablePointcut.union(MethodMatcher mm)
|
ComposablePointcut |
ComposablePointcut.intersection(MethodMatcher mm)
|
Constructors in org.springframework.aop.support with parameters of type MethodMatcher | |
ComposablePointcut(ClassFilter classFilter,
MethodMatcher methodMatcher)
|
Uses of MethodMatcher in org.springframework.transaction.interceptor |
Classes in org.springframework.transaction.interceptor that implement MethodMatcher | |
class |
TransactionAttributeSourceTransactionAroundAdvisor
InterceptionAroundAdvisor driven by a TransactionAttributeSource. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |