C# 클래스 Tridion.Extensions.DynamicDelivery.Mvc.Controllers.TridionControllerBase

상속: Controller
파일 보기 프로젝트 열기: rainmaker2k/TridionMVCDotNet

공개 메소드들

메소드 설명
ComponentPresentation ( string componentPresentationId ) : System.Web.Mvc.ActionResult
TridionControllerBase ( IComponentPresentationRenderer renderer ) : System

보호된 메소드들

메소드 설명
GetComponentPresentation ( ) : IComponentPresentation
GetModelForPage ( string PageId ) : IPage
GetView ( IComponentPresentation componentPresentation ) : System.Web.Mvc.ViewResult
GetView ( IPage page ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
Page ( string pageId ) : System.Web.Mvc.ActionResult

메소드 상세

ComponentPresentation() 공개 메소드

public ComponentPresentation ( string componentPresentationId ) : System.Web.Mvc.ActionResult
componentPresentationId string
리턴 System.Web.Mvc.ActionResult

GetComponentPresentation() 보호된 메소드

protected GetComponentPresentation ( ) : IComponentPresentation
리턴 IComponentPresentation

GetModelForPage() 보호된 메소드

protected GetModelForPage ( string PageId ) : IPage
PageId string
리턴 IPage

GetView() 보호된 메소드

protected GetView ( IComponentPresentation componentPresentation ) : System.Web.Mvc.ViewResult
componentPresentation IComponentPresentation
리턴 System.Web.Mvc.ViewResult

GetView() 보호된 메소드

protected GetView ( IPage page ) : System.Web.Mvc.ViewResult
page IPage
리턴 System.Web.Mvc.ViewResult

TridionControllerBase() 공개 메소드

public TridionControllerBase ( IComponentPresentationRenderer renderer ) : System
renderer IComponentPresentationRenderer
리턴 System