Castle.MonoRail.WindsorExtension Bridge between the windsor controlled controller tree and the monorail service provider. Construct the controller tree accessor Register a controller on the tree. If the specified area name matches the current node, the controller is register on the node itself, otherwise on the right or on the left node. Note that the controller is an object. That allows different implementation of a controller factory to register different representation of what a controller is (a name, a descriptor etc) The area name, or String.Empty The controller name The controller representation Returns a controller previously registered. The area name, or String.Empty The controller name The controller representation or null Default implementation of which requests components from the This interface allow a wizard controller to request wizard steps from the IKernel without directly refering to it Requests a by the key the component was registered on the controller The key used to register the component The step page instance Requests a by the key the component was registered on the controller The step page instance Initializes a new instance of the class. The kernel. Requests a by the key the component was registered on the controller The key used to register the component The step page instance Requests a by the key the component was registered on the controller The step page instance Facility responsible for registering the controllers in the controllerTree. Custom implementation of that uses the WindsorContainer to obtain the controller instances. Custom implementation of that uses the WindsorContainer to obtain instances, and, if not available, uses the default implementation of . Pendent