C# 클래스 Spring.Objects.Factory.Support.WebObjectDefinitionFactory

Custom implementation of IObjectDefinitionFactory for web applications.

This implementation adds support for .aspx pages and scoped objects.

상속: DefaultObjectDefinitionFactory
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateObjectDefinition ( string typeName, string parent, AppDomain domain ) : AbstractObjectDefinition

Factory style method for getting concrete IConfigurableObjectDefinition instances.

If no parent is specified, a RootWebObjectDefinition is created, otherwise a ChildWebObjectDefinition.

메소드 상세

CreateObjectDefinition() 공개 메소드

Factory style method for getting concrete IConfigurableObjectDefinition instances.
If no parent is specified, a RootWebObjectDefinition is created, otherwise a ChildWebObjectDefinition.
public CreateObjectDefinition ( string typeName, string parent, AppDomain domain ) : AbstractObjectDefinition
typeName string The of the defined object.
parent string The name of the parent object definition (if any).
domain System.AppDomain The against which any class names /// will be resolved into instances.
리턴 AbstractObjectDefinition