C# 클래스 Ideastrike.Nancy.IdeastrikeBootstrapper

상속: AutofacNancyBootstrapper
파일 보기 프로젝트 열기: Code52/Ideastrike

보호된 메소드들

메소드 설명
ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
ConfigureApplicationContainer ( ILifetimeScope existingContainer ) : void
RequestStartup ( ILifetimeScope container, IPipelines pipelines, NancyContext context ) : void

비공개 메소드들

메소드 설명
DetectLanguage ( NancyContext ctx ) : Response
DoMigrations ( ) : void
LogException ( NancyContext context, Exception exception ) : Response

메소드 상세

ApplicationStartup() 보호된 메소드

protected ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
container ILifetimeScope
pipelines IPipelines
리턴 void

ConfigureApplicationContainer() 보호된 메소드

protected ConfigureApplicationContainer ( ILifetimeScope existingContainer ) : void
existingContainer ILifetimeScope
리턴 void

RequestStartup() 보호된 메소드

protected RequestStartup ( ILifetimeScope container, IPipelines pipelines, NancyContext context ) : void
container ILifetimeScope
pipelines IPipelines
context NancyContext
리턴 void