C# Class FluentSpring.Context.Support.FluentWebApplicationContextHandler

This class inherits from the spring web context handler and change the default application context type to the fluently configurable web application context.
Inheritance: Spring.Context.Support.WebContextHandler
Afficher le fichier Open project: thenapoleon/Fluent-API-for-Spring.Net

Méthodes protégées

Méthode Description
InstantiateContext ( IApplicationContext parent, object configContext, string contextName, Type contextType, bool caseSensitive, string resources ) : IApplicationContext

Handles web specific details of context instantiation.

Private Methods

Méthode Description
GetAssemblyResources ( string resources ) : string[]

Method Details

InstantiateContext() protected méthode

Handles web specific details of context instantiation.
protected InstantiateContext ( IApplicationContext parent, object configContext, string contextName, Type contextType, bool caseSensitive, string resources ) : IApplicationContext
parent IApplicationContext
configContext object
contextName string
contextType System.Type
caseSensitive bool
resources string
Résultat IApplicationContext