C# Класс Spring.Objects.Factory.Support.WebObjectDefinitionFactory

Custom implementation of IObjectDefinitionFactory for web applications.

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

Наследование: DefaultObjectDefinitionFactory
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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