C# 클래스 Castle.MonoRail.Framework.Adapters.DefaultRailsEngineContext

Adapter to expose a valid IRailsEngineContext implementation on top of HttpContext.
상속: AbstractServiceContainer, IRailsEngineContext
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
DefaultRailsEngineContext ( IServiceContainer parent, UrlInfo urlInfo, HttpContext context, IServiceProvider container ) : System

Initializes a new instance of the DefaultRailsEngineContext class.

ResolveRequestSession ( ) : void

Resolves the request session.

Transfer ( String path, bool preserveForm ) : void

Transfer the execution to another resource.

메소드 상세

DefaultRailsEngineContext() 공개 메소드

Initializes a new instance of the DefaultRailsEngineContext class.
public DefaultRailsEngineContext ( IServiceContainer parent, UrlInfo urlInfo, HttpContext context, IServiceProvider container ) : System
parent IServiceContainer The parent.
urlInfo UrlInfo Url information
context System.Web.HttpContext The context.
container IServiceProvider External container instance
리턴 System

ResolveRequestSession() 공개 메소드

Resolves the request session.
public ResolveRequestSession ( ) : void
리턴 void

Transfer() 공개 메소드

Transfer the execution to another resource.
public Transfer ( String path, bool preserveForm ) : void
path String
preserveForm bool
리턴 void