C# 클래스 Spring.Context.Attributes.AttributeConfigUtils

Utility class that allows for convenient registration of common IObjectPostProcessor and IObjectFactoryPostProcessor definitions for attribute based configuration
파일 보기 프로젝트 열기: spring-projects/spring-net-codeconfig 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AUTOWIRED_ATTRIBUTE_PROCESSOR_OBJECT_NAME string
CONFIGURATION_ATTRIBUTE_PROCESSOR_OBJECT_NAME string
INITDESTROY_ATTRIBUTE_PROCESSOR_OBJECT_NAME string
REQUIRED_ATTRIBUTE_PROCESSOR_OBJECT_NAME string

공개 메소드들

메소드 설명
RegisterAttributeConfigProcessors ( IObjectDefinitionRegistry registry ) : void

Registers the attribute config processors.

비공개 메소드들

메소드 설명
RegisterPostProcessor ( IObjectDefinitionRegistry registry, IConfigurableObjectDefinition objectDefinition, string objectName ) : void

메소드 상세

RegisterAttributeConfigProcessors() 공개 정적인 메소드

Registers the attribute config processors.
public static RegisterAttributeConfigProcessors ( IObjectDefinitionRegistry registry ) : void
registry IObjectDefinitionRegistry The registry.
리턴 void

프로퍼티 상세

AUTOWIRED_ATTRIBUTE_PROCESSOR_OBJECT_NAME 공개적으로 정적으로 프로퍼티

The object name of the internally managed Autowire attribute processor
public static string AUTOWIRED_ATTRIBUTE_PROCESSOR_OBJECT_NAME
리턴 string

CONFIGURATION_ATTRIBUTE_PROCESSOR_OBJECT_NAME 공개적으로 정적으로 프로퍼티

The object name of the internally managed Configuration attribute processor.
public static string CONFIGURATION_ATTRIBUTE_PROCESSOR_OBJECT_NAME
리턴 string

INITDESTROY_ATTRIBUTE_PROCESSOR_OBJECT_NAME 공개적으로 정적으로 프로퍼티

The object name of the internally managed InitDestroy attribute processor.
public static string INITDESTROY_ATTRIBUTE_PROCESSOR_OBJECT_NAME
리턴 string

REQUIRED_ATTRIBUTE_PROCESSOR_OBJECT_NAME 공개적으로 정적으로 프로퍼티

The object name of the internally managed Required attribute processor.
public static string REQUIRED_ATTRIBUTE_PROCESSOR_OBJECT_NAME
리턴 string