See: Description
Interface | Description |
---|---|
MethodDefinitionSource |
Interface for
ObjectDefinitionSource implementations
that are designed to perform lookups keyed on Method s. |
Class | Description |
---|---|
AbstractFallbackMethodDefinitionSource |
Abstract implementation of
MethodDefinitionSource that supports both Spring AOP and AspectJ and
caches configuration attribute resolution from: 1. |
AbstractMethodDefinitionSource |
Abstract implementation of
MethodDefinitionSource . |
DelegatingMethodDefinitionSource |
Automatically tries a series of method definition sources, relying on the first source of metadata
that provides a non-null response.
|
MapBasedMethodDefinitionSource |
Stores a
ConfigAttributeDefinition for a method or class signature. |
MethodDefinitionAttributes |
Provides
ConfigAttributeDefinition s for a method signature (via the lookupAttributes method)
by delegating to a configured Attributes object. |
MethodDefinitionSourceEditor |
Property editor to assist with the setup of a
MethodDefinitionSource . |
MethodInvocationPrivilegeEvaluator |
Allows users to determine whether they have "before invocation" privileges for a given method invocation.
|
ProtectPointcutPostProcessor |
Parses AspectJ pointcut expressions, registering methods that match the pointcut with a
traditional
MapBasedMethodDefinitionSource . |