C# Class System.Web.Mvc.IronRuby.ViewEngine.RubyViewEngine

Inheritance: VirtualPathProviderViewEngine
显示文件 Open project: jschementi/ironrubymvc

Public Methods

Method Description
RubyViewEngine ( IRubyEngine rubyEngine ) : System.IO

Protected Methods

Method Description
CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView

Private Methods

Method Description
GetContents ( string path ) : string
GetView ( string virtualPath, System.Web.Mvc.IronRuby.ViewEngine.RubyView masterView ) : System.Web.Mvc.IronRuby.ViewEngine.RubyView

Method Details

CreatePartialView() protected method

protected CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
controllerContext ControllerContext
partialPath string
return IView

CreateView() protected method

protected CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext ControllerContext
viewPath string
masterPath string
return IView

RubyViewEngine() public method

public RubyViewEngine ( IRubyEngine rubyEngine ) : System.IO
rubyEngine IRubyEngine
return System.IO