C# Class Caucho.IIS.ResinHandlerFactory

Inheritance: IHttpHandlerFactory
Show file Open project: mdaniel/svn-caucho-com-resin

Public Methods

Method Description
GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
ReleaseHandler ( IHttpHandler handler ) : void
ResinHandlerFactory ( ) : System

Method Details

GetHandler() public method

public GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
context System.Web.HttpContext
requestType string
url string
pathTranslated string
return IHttpHandler

ReleaseHandler() public method

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
return void

ResinHandlerFactory() public method

public ResinHandlerFactory ( ) : System
return System