C# Class Ideastrike.Nancy.IdeastrikeBootstrapper

Inheritance: AutofacNancyBootstrapper
ファイルを表示 Open project: Code52/Ideastrike

Protected Methods

Method Description
ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
ConfigureApplicationContainer ( ILifetimeScope existingContainer ) : void
RequestStartup ( ILifetimeScope container, IPipelines pipelines, NancyContext context ) : void

Private Methods

Method Description
DetectLanguage ( NancyContext ctx ) : Response
DoMigrations ( ) : void
LogException ( NancyContext context, Exception exception ) : Response

Method Details

ApplicationStartup() protected method

protected ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
container ILifetimeScope
pipelines IPipelines
return void

ConfigureApplicationContainer() protected method

protected ConfigureApplicationContainer ( ILifetimeScope existingContainer ) : void
existingContainer ILifetimeScope
return void

RequestStartup() protected method

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