C# Class Tridion.Extensions.DynamicDelivery.Mvc.Controllers.TridionControllerBase

Inheritance: Controller
Afficher le fichier Open project: rainmaker2k/TridionMVCDotNet

Méthodes publiques

Méthode Description
ComponentPresentation ( string componentPresentationId ) : System.Web.Mvc.ActionResult
TridionControllerBase ( IComponentPresentationRenderer renderer ) : System

Méthodes protégées

Méthode Description
GetComponentPresentation ( ) : IComponentPresentation
GetModelForPage ( string PageId ) : IPage
GetView ( IComponentPresentation componentPresentation ) : System.Web.Mvc.ViewResult
GetView ( IPage page ) : System.Web.Mvc.ViewResult

Private Methods

Méthode Description
Page ( string pageId ) : System.Web.Mvc.ActionResult

Method Details

ComponentPresentation() public méthode

public ComponentPresentation ( string componentPresentationId ) : System.Web.Mvc.ActionResult
componentPresentationId string
Résultat System.Web.Mvc.ActionResult

GetComponentPresentation() protected méthode

protected GetComponentPresentation ( ) : IComponentPresentation
Résultat IComponentPresentation

GetModelForPage() protected méthode

protected GetModelForPage ( string PageId ) : IPage
PageId string
Résultat IPage

GetView() protected méthode

protected GetView ( IComponentPresentation componentPresentation ) : System.Web.Mvc.ViewResult
componentPresentation IComponentPresentation
Résultat System.Web.Mvc.ViewResult

GetView() protected méthode

protected GetView ( IPage page ) : System.Web.Mvc.ViewResult
page IPage
Résultat System.Web.Mvc.ViewResult

TridionControllerBase() public méthode

public TridionControllerBase ( IComponentPresentationRenderer renderer ) : System
renderer IComponentPresentationRenderer
Résultat System