C# Class Chronozoom.UI.DefaultHttpHandler

Summary description for _default
Inheritance: IHttpHandler
Show file Open project: JayBeavers/ChronoZoom

Private Properties

Property Type Description
ComposePage void
GenerateDefaultPage string
PageIsDynamic bool

Public Methods

Method Description
IsSuperCollectionPresent ( string superCollection ) : bool

Validates if a supercollection is present.

ProcessRequest ( HttpContext context ) : void

Private Methods

Method Description
ComposePage ( System.Xml.Linq.XDocument pageRoot, XmlNamespaceManager xmlNamespaceManager, PageInformation pageInformation ) : void
GenerateDefaultPage ( PageInformation pageInformation ) : string
PageIsDynamic ( Uri pageUrl, PageInformation &pageInformation ) : bool

Method Details

IsSuperCollectionPresent() public static method

Validates if a supercollection is present.
public static IsSuperCollectionPresent ( string superCollection ) : bool
superCollection string
return bool

ProcessRequest() public method

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