C# 클래스 MiniMVC.HttpHandlerFactory

상속: IHttpHandlerFactory
파일 보기 프로젝트 열기: mausch/MiniMVC

공개 메소드들

메소드 설명
GetHandler ( HttpContext context, string requestType, string url, string pathTranslated ) : IHttpHandler
GetHandler ( System.Web.HttpContextBase context ) : IHttpHandler
ReleaseHandler ( IHttpHandler handler ) : void

메소드 상세

GetHandler() 공개 메소드

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

GetHandler() 공개 추상적인 메소드

public abstract GetHandler ( System.Web.HttpContextBase context ) : IHttpHandler
context System.Web.HttpContextBase
리턴 IHttpHandler

ReleaseHandler() 공개 메소드

public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
리턴 void