C# 클래스 Castle.MonoRail.Framework.RoutingModule

Provides routing basic services in response to rules defined in MonoRailConfiguration.RoutingRules. This class delegates the resolving of the path that will be evaluated to derivided classes.
상속: IHttpModule
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

Private Properties

프로퍼티 타입 설명
FindMatchAndReplace bool
GetHostNameAndPath string
GetPath string
GetPathWithoutAppPath string
OnBeginRequest void
SaveOriginalPath void

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module that implements .

Init ( System.Web.HttpApplication context ) : void

Initializes a module and prepares it to handle requests.

보호된 메소드들

메소드 설명
GetSourcePath ( ) : string

Gets the source path.

비공개 메소드들

메소드 설명
FindMatchAndReplace ( String currentPath, String &newPath ) : bool
GetHostNameAndPath ( ) : string
GetPath ( ) : string
GetPathWithoutAppPath ( ) : string
OnBeginRequest ( object sender, EventArgs e ) : void

Called when [begin request].

SaveOriginalPath ( HttpContext context, String virtualPath ) : void

메소드 상세

Dispose() 공개 메소드

Disposes of the resources (other than memory) used by the module that implements .
public Dispose ( ) : void
리턴 void

GetSourcePath() 보호된 정적인 메소드

Gets the source path.
protected static GetSourcePath ( ) : string
리턴 string

Init() 공개 메소드

Initializes a module and prepares it to handle requests.
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication An that provides access to the methods, properties, and events common to all application objects within an ASP.NET application
리턴 void