C# Class MvcToFubu.Core.Components.ControllerActionBehaviorChainInvoker

Inheritance: IBehaviorChainInvoker
Mostrar archivo Open project: bobpace/MvcToFubu

Public Methods

Method Description
ControllerActionBehaviorChainInvoker ( IContainer container, IActionNameProvider actionNameProvider, IBehaviorChainIdLookup behaviorChainIdLookup, Func mvcActionInvokerResolver ) : System
Invoke ( System.Action invokeMvcPipeline, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ControllerContext controllerContext ) : bool

Method Details

ControllerActionBehaviorChainInvoker() public method

public ControllerActionBehaviorChainInvoker ( IContainer container, IActionNameProvider actionNameProvider, IBehaviorChainIdLookup behaviorChainIdLookup, Func mvcActionInvokerResolver ) : System
container IContainer
actionNameProvider IActionNameProvider
behaviorChainIdLookup IBehaviorChainIdLookup
mvcActionInvokerResolver Func
return System

Invoke() public method

public Invoke ( System.Action invokeMvcPipeline, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Web.Mvc.ControllerContext controllerContext ) : bool
invokeMvcPipeline System.Action
actionDescriptor System.Web.Mvc.ActionDescriptor
controllerContext System.Web.Mvc.ControllerContext
return bool