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

Util class that deals with action providers
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
RegisterActions ( Controller controller ) : void

Registers the actions on the controller.

Method Details

RegisterActions() public static method

Registers the actions on the controller.
public static RegisterActions ( Controller controller ) : void
controller Controller The controller.
return void