Missing <summary> Documentation for Spring.Aop.Support
| Class | Description |
|---|---|
| AbstractGenericPointcutAdvisor | Abstract PointcutAdvisor that allows for any Advice to be configured. |
| AbstractObjectFactoryPointcutAdvisor | Abstract ObjectFactory-based IPointcutAdvisor that allows for any Advice to be configured as reference to an Advice object in an ObjectFactory. |
| AbstractPointcutAdvisor | Abstract base class for IPointcutAdvisor implementations. |
| AbstractRegularExpressionMethodPointcut | Abstract base regular expression pointcut object. |
| AttributeMatchingPointcut | Pointcut that looks for a specific attribute being present on a class or method. |
| AttributeMatchMethodPointcut | IPointcut implementation that matches methods that have been decorated with a specified Attribute. |
| AttributeMatchMethodPointcutAdvisor | Convenient class for attribute-match method pointcuts that hold an Interceptor, making them an Advisor. |
| AttributeMethodMatcher | MethodMatcher that looks for a specific attribute being present on the method (checking both the method on the onviked interface, if any and the corresponding method on the target class |
| AttributeTypeFilter | ITypeFilter that looks for a specific attribute being present on a class |
| ComposablePointcut | Convenient class for building up pointcuts. |
| ControlFlowPointcut | Pointcut and method matcher for use in simple cflow-style pointcuts. |
| DefaultIntroductionAdvisor | Simple |
| DefaultObjectFactoryPointcutAdvisor | Concrete ObjectFactory-based IPointcutAdvisor thta allows for any Advice to be configured as reference to an Advice object in the ObjectFatory, as well as the Pointcut to be configured through an object property. |
| DefaultPointcutAdvisor | Convenient pointcut-driven advisor implementation. |
| DynamicMethodMatcher | Convenient abstract superclass for dynamic method matchers that do care about arguments at runtime. |
| DynamicMethodMatcherPointcutAdvisor | Convenient superclass for IAdvisors that are also dynamic pointcuts. |
| MethodMatchers | Various utility methods relating to the composition of IMethodMatchers. |
| NameMatchMethodPointcut | Pointcut object for simple method name matches, useful as an alternative to pure regular expression based patterns. |
| NameMatchMethodPointcutAdvisor | Convenient class for name-match method pointcuts that hold an Interceptor, making them an Advisor. |
| Pointcuts | Various IPointcut related utility methods. |
| RegularExpressionMethodPointcutAdvisor | Convenient class for regular expression method pointcuts that hold an IAdvice, making them an IAdvisor. |
| RootTypeFilter | Simple ITypeFilter implementation that matches all classes classes (and any derived subclasses) of a give root Type. |
| SdkRegularExpressionMethodPointcut | Regular expression based pointcut object. |
| StaticMethodMatcher | Convenient abstract superclass for static method matchers that don't care about arguments at runtime. |
| StaticMethodMatcherPointcut | Convenient superclass when one wants to force subclasses to implement the IMethodMatcher interface but subclasses will still want to be pointcuts. |
| StaticMethodMatcherPointcutAdvisor | Convenient superclass for IAdvisors that are also static pointcuts. |
| TypeFilters | Defines miscellaneous Type filter operations. |
| TypeNameTypeFilter | Simple ITypeFilter implementation that matches a given Type's FullName against TypeNamePatterns. For a list of supported pattern syntax see SimpleMatch. |