C# Класс FluentSpring.Context.Support.FluentWebApplicationContext

This is the new IApplicationContext which will call the object definition loader when the object definitions are being refreshed from configuration.
Наследование: Spring.Context.Support.WebApplicationContext
Показать файл Открыть проект

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

Метод Описание
FluentWebApplicationContext ( ) : Spring.Context

Create a new WebApplicationContext, loading the definitions from the given XML resource and also all fluently configured ones.

FluentWebApplicationContext ( string name, bool caseSensitive ) : Spring.Context

Create a new WebApplicationContext, loading the definitions from the given XML resource and also all fluently configured ones.

FluentWebApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : Spring.Context

Create a new WebApplicationContext with the given parent, from the given XML resource and also all fluently configured ones.

Защищенные методы

Метод Описание
LoadObjectDefinitions ( Spring.Objects.Factory.Support.DefaultListableObjectFactory objectFactory ) : void

Loads the object definitions. That's where the call is made to load the fluent configuration.

Описание методов

FluentWebApplicationContext() публичный Метод

Create a new WebApplicationContext, loading the definitions from the given XML resource and also all fluently configured ones.
public FluentWebApplicationContext ( ) : Spring.Context
Результат Spring.Context

FluentWebApplicationContext() публичный Метод

Create a new WebApplicationContext, loading the definitions from the given XML resource and also all fluently configured ones.
public FluentWebApplicationContext ( string name, bool caseSensitive ) : Spring.Context
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
Результат Spring.Context

FluentWebApplicationContext() публичный Метод

Create a new WebApplicationContext with the given parent, from the given XML resource and also all fluently configured ones.
public FluentWebApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : Spring.Context
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
parentContext IApplicationContext The parent context.
Результат Spring.Context

LoadObjectDefinitions() защищенный Метод

Loads the object definitions. That's where the call is made to load the fluent configuration.
protected LoadObjectDefinitions ( Spring.Objects.Factory.Support.DefaultListableObjectFactory objectFactory ) : void
objectFactory Spring.Objects.Factory.Support.DefaultListableObjectFactory The object factory.
Результат void