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

Util class that deals with action providers
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
RegisterActions ( Controller controller ) : void

Registers the actions on the controller.

Method Details

RegisterActions() public static méthode

Registers the actions on the controller.
public static RegisterActions ( Controller controller ) : void
controller Controller The controller.
Résultat void