Convenient class for building up pointcuts.
For a list of all members of this type, see ComposablePointcut Members .
System.Object
ComposablePointcut
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
All methods return a ComposablePointcut instance, which facilitates the following concise usage pattern...
IPointcut pointcut = new ComposablePointcut()
.Union(typeFilter)
.Intersection(methodMatcher)
.Intersection(pointcut);
There is no Union() method on this class. Use the Union method for such functionality.
Namespace: Spring.Aop.Support
Assembly: Spring.Aop (in Spring.Aop.dll)
ComposablePointcut Members | Spring.Aop.Support Namespace