C# Class Castle.MonoRail.Framework.Internal.DefaultHelperDescriptorProvider

Creates HelperDescriptor from attributes associated with the Controller
Inheritance: IHelperDescriptorProvider
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
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

Method Details

CollectHelpers() public méthode

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
Résultat Castle.MonoRail.Framework.Internal.HelperDescriptor[]

Service() public méthode

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