C# Class Calyptus.Mvc.ViewFactoryBase

Inheritance: IViewFactory
Exibir arquivo Open project: sebmarkbage/calyptus.mvc

Public Methods

Method Description
FindView ( IViewTemplate view ) : IView

Protected Methods

Method Description
GetInstance ( Type templateType ) : IView
GetViewType ( Type templateType ) : Type

Method Details

FindView() public abstract method

public abstract FindView ( IViewTemplate view ) : IView
view IViewTemplate
return IView

GetInstance() protected method

protected GetInstance ( Type templateType ) : IView
templateType System.Type
return IView

GetViewType() protected abstract method

protected abstract GetViewType ( Type templateType ) : Type
templateType System.Type
return System.Type