C# 클래스 Castle.MonoRail.Framework.Views.Aspx.WebFormsViewEngine.ExecutePageProvider

상속: IMonoRailHttpHandlerProvider
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ExecutePage ( IRailsEngineContext context ) : Page

Executes the page.

ExecutePageProvider ( WebFormsViewEngine engine, string viewName ) : System

Initializes a new instance of the ExecutePageProvider class.

ObtainMonoRailHttpHandler ( IRailsEngineContext context ) : IHttpHandler

Implementors should perform their logic to return a instance of IHttpHandler. If the IHttpHandler can not be created, it should return null.

ReleaseHandler ( IHttpHandler handler ) : void

Implementors should perform their logic to release the IHttpHandler instance and its resources.

메소드 상세

ExecutePage() 공개 메소드

Executes the page.
public ExecutePage ( IRailsEngineContext context ) : Page
context IRailsEngineContext The context.
리턴 System.Web.UI.Page

ExecutePageProvider() 공개 메소드

Initializes a new instance of the ExecutePageProvider class.
public ExecutePageProvider ( WebFormsViewEngine engine, string viewName ) : System
engine WebFormsViewEngine The engine.
viewName string Name of the view.
리턴 System

ObtainMonoRailHttpHandler() 공개 메소드

Implementors should perform their logic to return a instance of IHttpHandler. If the IHttpHandler can not be created, it should return null.
public ObtainMonoRailHttpHandler ( IRailsEngineContext context ) : IHttpHandler
context IRailsEngineContext
리턴 IHttpHandler

ReleaseHandler() 공개 메소드

Implementors should perform their logic to release the IHttpHandler instance and its resources.
public ReleaseHandler ( IHttpHandler handler ) : void
handler IHttpHandler
리턴 void