C# Класс Spring.Aop.Framework.AutoProxy.DefaultAdvisorAutoProxyCreator

ObjectPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current IObjectFactory. This class is completely generic; it contains no special code to handle any particular aspects, such as pooling aspects.
Наследование: AbstractAdvisorAutoProxyCreator, IObjectNameAware, IInitializingObject
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
SEPARATOR string

Открытые методы

Метод Описание
AfterPropertiesSet ( ) : void

Validate configuration

Защищенные методы

Метод Описание
FindCandidateAdvisors ( Type targetType, string targetName ) : IList

Find all possible advisor candidates to use in auto-proxying

IsEligibleAdvisorObject ( string advisorName, Type targetType, string targetName ) : bool

Whether the given advisor is eligible for the specified target.

Описание методов

AfterPropertiesSet() публичный Метод

Validate configuration
public AfterPropertiesSet ( ) : void
Результат void

FindCandidateAdvisors() защищенный Метод

Find all possible advisor candidates to use in auto-proxying
protected FindCandidateAdvisors ( Type targetType, string targetName ) : IList
targetType System.Type the type of the object to be advised
targetName string the name of the object to be advised
Результат IList

IsEligibleAdvisorObject() защищенный Метод

Whether the given advisor is eligible for the specified target.
protected IsEligibleAdvisorObject ( string advisorName, Type targetType, string targetName ) : bool
advisorName string the advisor name
targetType System.Type the target object's type
targetName string the target object's name
Результат bool

Описание свойств

SEPARATOR публичное статическое свойство

Separator between prefix and remainder of object name
public static string SEPARATOR
Результат string