C# Класс 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.
Наследование: Spring.Context.Support.WebContextHandler
Показать файл Открыть проект

Защищенные методы

Метод Описание
InstantiateContext ( IApplicationContext parent, object configContext, string contextName, Type contextType, bool caseSensitive, string resources ) : IApplicationContext

Handles web specific details of context instantiation.

Приватные методы

Метод Описание
GetAssemblyResources ( string resources ) : string[]

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

InstantiateContext() защищенный Метод

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
Результат IApplicationContext