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
Show file Open project: thenapoleon/Fluent-API-for-Spring.Net

Protected Methods

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

Handles web specific details of context instantiation.

Private Methods

Method Description
GetAssemblyResources ( string resources ) : string[]

Method Details

InstantiateContext() protected method

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
return IApplicationContext