C# Class Plovr.Modules.ListHandler

Inheritance: Handler
Mostrar archivo Open project: hikirsch/Plovr.NET

Public Methods

Method Description
ListHandler ( HttpContext context ) : System.Collections.Generic
Run ( ) : void

Protected Methods

Method Description
GenerateResponse ( ) : string

Private Methods

Method Description
GetRelativePathOfInputFromProjectId ( string path ) : string

Method Details

GenerateResponse() protected method

protected GenerateResponse ( ) : string
return string

ListHandler() public method

public ListHandler ( HttpContext context ) : System.Collections.Generic
context System.Web.HttpContext
return System.Collections.Generic

Run() public method

public Run ( ) : void
return void