C# Class Spring.Context.Support.MvcApplicationContext

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

Méthodes publiques

Méthode 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 méthode

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

MvcApplicationContext() public méthode

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

MvcApplicationContext() public méthode

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.
Résultat Spring.Core.IO

MvcApplicationContext() public méthode

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.
Résultat Spring.Core.IO

MvcApplicationContext() public méthode

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.
Résultat Spring.Core.IO