C# Class SenseNet.Portal.UI.Bundling.BundleHandler

Inheritance: IHttpHandler
Mostra file Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddBundleIfNotThere ( Bundle b ) : void
AddBundleToCache ( Bundle bundle ) : void
InvalidateCacheForPath ( string path ) : void
IsBundleInCache ( Bundle b ) : bool
ProcessRequest ( HttpContext context ) : void

Method Details

AddBundleIfNotThere() public static method

public static AddBundleIfNotThere ( Bundle b ) : void
b Bundle
return void

AddBundleToCache() public static method

public static AddBundleToCache ( Bundle bundle ) : void
bundle Bundle
return void

InvalidateCacheForPath() public static method

public static InvalidateCacheForPath ( string path ) : void
path string
return void

IsBundleInCache() public static method

public static IsBundleInCache ( Bundle b ) : bool
b Bundle
return bool

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void