C# 클래스 Castle.MonoRail.ControllerExecutor

Manages the execution of the steps associated with a controller (filters/action/disposal).
This class is statefull.
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ControllerExecutor ( object controller, IExecutionContext executionContext ) : System

Initializes a new instance of the ControllerExecutor class.

Execute ( ActionExecutor executor ) : void
SelectAction ( ) : ActionExecutor
SelectAction ( string actionName ) : ActionExecutor

메소드 상세

ControllerExecutor() 공개 메소드

Initializes a new instance of the ControllerExecutor class.
public ControllerExecutor ( object controller, IExecutionContext executionContext ) : System
controller object The controller.
executionContext IExecutionContext The execution context.
리턴 System

Execute() 공개 메소드

public Execute ( ActionExecutor executor ) : void
executor ActionExecutor
리턴 void

SelectAction() 공개 메소드

public SelectAction ( ) : ActionExecutor
리턴 ActionExecutor

SelectAction() 공개 메소드

public SelectAction ( string actionName ) : ActionExecutor
actionName string
리턴 ActionExecutor