The properties of the DefaultAdvisorAutoProxyCreator class are listed below. For a complete list of DefaultAdvisorAutoProxyCreator class members, see the DefaultAdvisorAutoProxyCreator Members topic.
AdvisorAdapterRegistry (inherited from AbstractAutoProxyCreator) | Sets the AdvisorAdapterRegistry to use. |
AdvisorObjectNamePrefix | Set the prefix for object names that will cause them to be included for auto-proxying by this object. This prefix should be set to avoid circular references. Default value is the object name of this object + a dot. |
AopProxyFactory (inherited from ProxyConfig) | Gets and set the factory to be used to create AOP proxies. |
ApplyCommonInterceptorsFirst (inherited from AbstractAutoProxyCreator) | Sets whether the common interceptors should be applied before object-specific ones. |
CustomTargetSourceCreators (inherited from AbstractAutoProxyCreator) | Sets custom TargetSourceCreators to be applied in this order. |
ExposeProxy (inherited from ProxyConfig) | Should proxies obtained from this configuration expose the AOP proxy to the AopContext class? |
InterceptorNames (inherited from AbstractAutoProxyCreator) | Sets the common interceptors, a list of IAdvice, IAdvisor and introduction object names. |
IsFrozen (inherited from AbstractAutoProxyCreator) | Set whether or not the proxy should be frozen, preventing advice from being added to it once it is created. |
ObjectFactory (inherited from AbstractAdvisorAutoProxyCreator) | We override this method to ensure that all candidate advisors are materialized under a stack trace including this object. Otherwise, the dependencies won't be apparent to the circular-reference prevention strategy in AbstractObjectFactory. |
ObjectName | Set the name of the object in the object factory that created this object. |
Optimize (inherited from ProxyConfig) | Are any agressive optimizations to be performed? |
Order (inherited from AbstractAutoProxyCreator) | Propery Order |
ProxyTargetAttributes (inherited from ProxyConfig) | Is target type attributes, method attributes, method's return type attributes and method's parameter attributes to be proxied in addition to any interfaces declared on the proxied Type? |
ProxyTargetType (inherited from ProxyConfig) | Is the target Type to be proxied in addition to any interfaces declared on the proxied Type? |
SyncRoot (inherited from ProxyConfig) | Use to synchronize access to this ProxyConfig instance |
UsePrefix | Gets or sets a value indicating whether to exclude advisors with a certain prefix. |
DefaultAdvisorAutoProxyCreator Class | Spring.Aop.Framework.AutoProxy Namespace