C# Класс Spring.Context.Support.MvcApplicationContext

Application Context for ASP.NET MVC Applications
Наследование: Spring.Context.Support.AbstractXmlApplicationContext
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MvcApplicationContext ( ) : Spring.Core.IO

Create a new MvcApplicationContext, loading the definitions from the given XML resource.

MvcApplicationContext ( MvcApplicationContextArgs args ) : Spring.Core.IO

Initializes a new instance of the MvcApplicationContext class.

MvcApplicationContext ( string name, bool caseSensitive ) : Spring.Core.IO

Create a new MvcApplicationContext, loading the definitions from the given XML resource.

MvcApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : Spring.Core.IO

Create a new MvcApplicationContext with the given parent, loading the definitions from the given XML resources.

MvcApplicationContext ( string name, bool caseSensitive, string configurationLocations, IResource configurationResources ) : Spring.Core.IO

Create a new MvcApplicationContext, loading the definitions from the given XML resource.

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

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

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( ) : Spring.Core.IO
Результат Spring.Core.IO

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

Initializes a new instance of the MvcApplicationContext class.
public MvcApplicationContext ( MvcApplicationContextArgs args ) : Spring.Core.IO
args MvcApplicationContextArgs The args.
Результат Spring.Core.IO

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

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( string name, bool caseSensitive ) : Spring.Core.IO
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
Результат Spring.Core.IO

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

Create a new MvcApplicationContext with the given parent, loading the definitions from the given XML resources.
public MvcApplicationContext ( string name, bool caseSensitive, IApplicationContext parentContext ) : Spring.Core.IO
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.Core.IO

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

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( string name, bool caseSensitive, string configurationLocations, IResource configurationResources ) : Spring.Core.IO
name string The application context name.
caseSensitive bool Flag specifying whether to make this context case sensitive or not.
configurationLocations string Names of configuration resources.
configurationResources IResource Configuration resources.
Результат Spring.Core.IO