C# Class Meek.Web.Mvc.ExtendedRazorViewEngine

Inheritance: System.Web.Mvc.RazorViewEngine
Show file Open project: klintz/Meek

Public Methods

Method Description
FindPartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
FindView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult
SetViewConfigSource ( IViewConfigSource source ) : void

Protected Methods

Method Description
GetMasterPath ( System.Web.Mvc.ControllerContext controllerContext, string locations, string masterName, string viewName, string theme, string &searchedLocations, bool useCache ) : string
GetPartialPath ( System.Web.Mvc.ControllerContext controllerContext, string locations, string partialViewName, string theme, string &searchedLocations, bool useCache ) : string
GetViewPath ( System.Web.Mvc.ControllerContext controllerContext, string locations, string viewName, string theme, string &searchedLocations, string &masterName, bool useCache ) : string

Private Methods

Method Description
CreateCacheKey ( string prefix, string area, string name, string controllerName, string themeName ) : string

Method Details

FindPartialView() public method

public FindPartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext System.Web.Mvc.ControllerContext
partialViewName string
useCache bool
return System.Web.Mvc.ViewEngineResult

FindView() public method

public FindView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext System.Web.Mvc.ControllerContext
viewName string
masterName string
useCache bool
return System.Web.Mvc.ViewEngineResult

GetMasterPath() protected method

protected GetMasterPath ( System.Web.Mvc.ControllerContext controllerContext, string locations, string masterName, string viewName, string theme, string &searchedLocations, bool useCache ) : string
controllerContext System.Web.Mvc.ControllerContext
locations string
masterName string
viewName string
theme string
searchedLocations string
useCache bool
return string

GetPartialPath() protected method

protected GetPartialPath ( System.Web.Mvc.ControllerContext controllerContext, string locations, string partialViewName, string theme, string &searchedLocations, bool useCache ) : string
controllerContext System.Web.Mvc.ControllerContext
locations string
partialViewName string
theme string
searchedLocations string
useCache bool
return string

GetViewPath() protected method

protected GetViewPath ( System.Web.Mvc.ControllerContext controllerContext, string locations, string viewName, string theme, string &searchedLocations, string &masterName, bool useCache ) : string
controllerContext System.Web.Mvc.ControllerContext
locations string
viewName string
theme string
searchedLocations string
masterName string
useCache bool
return string

SetViewConfigSource() public method

public SetViewConfigSource ( IViewConfigSource source ) : void
source IViewConfigSource
return void