C# Class Spring.Objects.Factory.Support.WebInstantiationStrategy

Inheritance: MethodInjectingInstantiationStrategy
Datei anzeigen Open project: spring-projects/spring-net Class Usage Examples

Public Methods

Method Description
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.

Method Details

Instantiate() public method

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 ///
return object

WebInstantiationStrategy() public method

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