C# 클래스 Castle.MonoRail.Framework.Internal.DefaultFilterDescriptorProvider

Creates FilterDescriptor from attributes associated with the Controller
상속: IFilterDescriptorProvider
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
CollectFilters ( Type controllerType ) : Castle.MonoRail.Framework.Internal.FilterDescriptor[]

Implementors should collect the filter information and return descriptors instances, or an empty array if none was found.

Service ( IServiceProvider provider ) : void

Invoked by the framework in order to give a chance to obtain other services

메소드 상세

CollectFilters() 공개 메소드

Implementors should collect the filter information and return descriptors instances, or an empty array if none was found.
public CollectFilters ( Type controllerType ) : Castle.MonoRail.Framework.Internal.FilterDescriptor[]
controllerType System.Type The controller type
리턴 Castle.MonoRail.Framework.Internal.FilterDescriptor[]

Service() 공개 메소드

Invoked by the framework in order to give a chance to obtain other services
public Service ( IServiceProvider provider ) : void
provider IServiceProvider The service proviver
리턴 void