C# Class Rebel.Cms.Web.Context.RoutableRequestContext

Default implementation of IRoutableRequestContext. Encapsulates information specific to a request handled by Rebel.
Inheritance: DisposableObject, IRoutableRequestContext
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
RoutableRequestContext ( IRebelApplicationContext applicationContext, ComponentRegistrations components, IRoutingEngine routingEngine ) : System

Protected Methods

Method Description
DisposeResources ( ) : void

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.

Method Details

DisposeResources() protected method

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
protected DisposeResources ( ) : void
return void

RoutableRequestContext() public method

public RoutableRequestContext ( IRebelApplicationContext applicationContext, ComponentRegistrations components, IRoutingEngine routingEngine ) : System
applicationContext IRebelApplicationContext
components Rebel.Cms.Web.DependencyManagement.ComponentRegistrations
routingEngine IRoutingEngine
return System