C# Class Castle.MonoRail.Framework.Services.DefaultControllerLifecycleExecutorFactory

Default implementation of IControllerLifecycleExecutorFactory
Inheritance: IControllerLifecycleExecutorFactory, IServiceEnabledComponent
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
CreateExecutor ( Controller controller, IRailsEngineContext context ) : IControllerLifecycleExecutor

Creates an executor instance

Service ( IServiceProvider provider ) : void

Services the specified provider.

Method Details

CreateExecutor() public method

Creates an executor instance
public CreateExecutor ( Controller controller, IRailsEngineContext context ) : IControllerLifecycleExecutor
controller Controller
context IRailsEngineContext
return IControllerLifecycleExecutor

Service() public method

Services the specified provider.
public Service ( IServiceProvider provider ) : void
provider IServiceProvider The provider.
return void