프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Application | System.Web.HttpApplication |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateController | |||
CreateControllerAndRunStartRequestFilters | void | ||
CreateControllerExecutor | IControllerLifecycleExecutor | ||
CreateRailsEngineContext | IRailsEngineContext | ||
IsMonoRailRequest | bool | ||
MarkRequestAsMonoRailRequest | void | ||
ObtainContextFromApplication | IRailsEngineContext | ||
ObtainRailsEngineContext | IRailsEngineContext | ||
OnAcquireRequestState | void | ||
OnAuthenticateRequest | void | ||
OnAuthorizeRequest | void | ||
OnBeginRequest | void | ||
OnEndRequest | void | ||
OnError | void | ||
OnPostRequestHandlerExecute | void | ||
OnPreRequestHandlerExecute | void | ||
OnReleaseRequestState | void | ||
OnResolveRequestCache | void | ||
OnStartMonoRailRequest | void | ||
OnUpdateRequestCache | void | ||
SubscribeToApplicationHooks | void |
메소드 | 설명 | |
---|---|---|
CreateAndStartContainer ( System.Web.HttpApplication context ) : void |
Creates and starts MonoRail's service container.
|
|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module that implements
|
|
Init ( System.Web.HttpApplication context ) : void |
Configures the framework, starts the services and application hooks.
|
메소드 | 설명 | |
---|---|---|
CreateController ( IRailsEngineContext context ) : |
Uses the url information and the controller factory to instantiate the proper controller.
|
|
CreateControllerAndRunStartRequestFilters ( object sender, |
Creates the controller, selects the target action and run start request filters.
|
|
CreateControllerExecutor ( |
Creates the and initialize executor.
|
|
CreateRailsEngineContext ( |
||
IsMonoRailRequest ( |
||
MarkRequestAsMonoRailRequest ( |
||
ObtainContextFromApplication ( object sender ) : IRailsEngineContext | ||
ObtainRailsEngineContext ( |
||
OnAcquireRequestState ( object sender, |
||
OnAuthenticateRequest ( object sender, |
||
OnAuthorizeRequest ( object sender, |
||
OnBeginRequest ( object sender, |
||
OnEndRequest ( object sender, |
||
OnError ( object sender, |
||
OnPostRequestHandlerExecute ( object sender, |
||
OnPreRequestHandlerExecute ( object sender, |
||
OnReleaseRequestState ( object sender, |
||
OnResolveRequestCache ( object sender, |
||
OnStartMonoRailRequest ( object sender, |
This method is invoked in response to BeginRequest event. It checks if the request should be treat by MonoRail (by reading the file extension) and if so, creates the IRailsEngineContext instance.
|
|
OnUpdateRequestCache ( object sender, |
||
SubscribeToApplicationHooks ( System.Web.HttpApplication context ) : void |
Registers to
|
public CreateAndStartContainer ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | |
리턴 | void |
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | |
리턴 | void |