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

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

공개 메소드들

메소드 설명
Instantiate ( Spring.Objects.Factory.Support.RootObjectDefinition definition, string name, IObjectFactory factory ) : object

Instantiate an instance of the object described by the supplied definition from the supplied factory.

WebInstantiationStrategy ( ) : System

Creates a new instance of the Spring.Objects.Factory.Support.WebInstantiationStrategy class.

메소드 상세

Instantiate() 공개 메소드

Instantiate an instance of the object described by the supplied definition from the supplied factory.
public Instantiate ( Spring.Objects.Factory.Support.RootObjectDefinition definition, string name, IObjectFactory factory ) : object
definition Spring.Objects.Factory.Support.RootObjectDefinition /// The definition of the object that is to be instantiated. ///
name string /// The name associated with the object definition. The name can be the null /// or zero length string if we're autowiring an object that doesn't belong /// to the supplied . ///
factory IObjectFactory /// The owning ///
리턴 object

WebInstantiationStrategy() 공개 메소드

Creates a new instance of the Spring.Objects.Factory.Support.WebInstantiationStrategy class.
public WebInstantiationStrategy ( ) : System
리턴 System