C# Class Knapsack.Web.KnapsackHttpModule

Inheritance: IHttpModule
Exibir arquivo Open project: andrewdavey/knapsack

Public Methods

Method Description
Dispose ( ) : void
GetPageHelper ( System.Web.HttpContextBase httpContext ) : IPageHelper
Init ( System.Web.HttpApplication application ) : void

Private Methods

Method Description
CacheManagerWithDependency ( IManager manager ) : void
CreateManager ( ) : IManager
CreatePageHelper ( System.Web.HttpContextBase httpContext ) : PageHelper
InstallResponseFilter ( IPageHelper pageHelper, System.Web.HttpContextBase context ) : void
StorePageHelperInHttpContextItems ( IPageHelper pageHelper, System.Web.HttpContextBase httpContext ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetPageHelper() public static method

public static GetPageHelper ( System.Web.HttpContextBase httpContext ) : IPageHelper
httpContext System.Web.HttpContextBase
return IPageHelper

Init() public method

public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication
return void