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
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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