C# Class Ideastrike.Nancy.IdeastrikeBootstrapper

Inheritance: AutofacNancyBootstrapper
Afficher le fichier Open project: Code52/Ideastrike

Méthodes protégées

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

Private Methods

Méthode Description
DetectLanguage ( NancyContext ctx ) : Response
DoMigrations ( ) : void
LogException ( NancyContext context, Exception exception ) : Response

Method Details

ApplicationStartup() protected méthode

protected ApplicationStartup ( ILifetimeScope container, IPipelines pipelines ) : void
container ILifetimeScope
pipelines IPipelines
Résultat void

ConfigureApplicationContainer() protected méthode

protected ConfigureApplicationContainer ( ILifetimeScope existingContainer ) : void
existingContainer ILifetimeScope
Résultat void

RequestStartup() protected méthode

protected RequestStartup ( ILifetimeScope container, IPipelines pipelines, NancyContext context ) : void
container ILifetimeScope
pipelines IPipelines
context NancyContext
Résultat void