C# Class Spring.Context.Support.MvcApplicationContext

Application Context for ASP.NET MVC Applications
Inheritance: Spring.Context.Support.AbstractXmlApplicationContext
Datei anzeigen Open project: spring-projects/spring-net Class Usage Examples

Public Methods

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

Method Details

MvcApplicationContext() public method

Create a new MvcApplicationContext, loading the definitions from the given XML resource.
public MvcApplicationContext ( ) : Spring.Core.IO
return Spring.Core.IO

MvcApplicationContext() public method

Initializes a new instance of the MvcApplicationContext class.
public MvcApplicationContext ( MvcApplicationContextArgs args ) : Spring.Core.IO
args MvcApplicationContextArgs The args.
return Spring.Core.IO

MvcApplicationContext() public method

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.
return Spring.Core.IO

MvcApplicationContext() public method

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.
return Spring.Core.IO

MvcApplicationContext() public method

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.
return Spring.Core.IO