Castle.MonoRail.Framework.Services.DefaultViewComponentFactory.GetViewComponentRegistry C# (CSharp) Method

GetViewComponentRegistry() protected method

Gets the view component registry.
protected GetViewComponentRegistry ( ) : IViewComponentRegistry
return IViewComponentRegistry
		protected override IViewComponentRegistry GetViewComponentRegistry()
		{
			return registry;
		}