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
파일 보기 프로젝트 열기: thenapoleon/Fluent-API-for-Spring.Net

보호된 메소드들

메소드 설명
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