C# Class Drey.Configuration.Bootstrapper

The nancy bootstrapper.
Inheritance: AutofacNancyBootstrapper
Show file Open project: dealproc/Drey

Public Methods

Method Description
Bootstrapper ( ) : Autofac

Protected Methods

Method Description
ApplicationStartup ( Autofac container, IPipelines pipelines ) : void
ConfigureApplicationContainer ( Autofac container ) : void
ConfigureConventions ( Nancy.Conventions.NancyConventions conventions ) : void
GetApplicationContainer ( ) : ILifetimeScope

Private Methods

Method Description
OnConfigurationBuilder ( Nancy.Bootstrapper.NancyInternalConfiguration x ) : void

Method Details

ApplicationStartup() protected method

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

Bootstrapper() public method

public Bootstrapper ( ) : Autofac
return Autofac

ConfigureApplicationContainer() protected method

protected ConfigureApplicationContainer ( Autofac container ) : void
container Autofac
return void

ConfigureConventions() protected method

protected ConfigureConventions ( Nancy.Conventions.NancyConventions conventions ) : void
conventions Nancy.Conventions.NancyConventions
return void

GetApplicationContainer() protected method

protected GetApplicationContainer ( ) : ILifetimeScope
return ILifetimeScope