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

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

공개 메소드들

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

Implementors should collect the helper 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

메소드 상세

CollectHelpers() 공개 메소드

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

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