Convenient class for regular expression method pointcuts that hold an IAdvice, making them an IAdvisor.
For a list of all members of this type, see RegularExpressionMethodPointcutAdvisor Members .
System.Object
AbstractPointcutAdvisor
AbstractGenericPointcutAdvisor
RegularExpressionMethodPointcutAdvisor
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Configure this class using the Pattern and Patterns pass-through properties. These are analogous to the Pattern and Patterns properties of the AbstractRegularExpressionMethodPointcut class.
Can delegate to any type of regular expression pointcut. Currently only pointcuts based on the regular expression classes from the .NET Base Class Library are supported. The Pointcut property must be a subclass of the AbstractRegularExpressionMethodPointcut class.
This should not normally be set directly.
Namespace: Spring.Aop.Support
Assembly: Spring.Aop (in Spring.Aop.dll)
RegularExpressionMethodPointcutAdvisor Members | Spring.Aop.Support Namespace