C# 클래스 Castle.MonoRail.Framework.Views.NVelocity.CustomDirectiveManager

Pendent
상속: NVelocity.Runtime.Directive.DirectiveManager
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Contains ( string name ) : bool
Create ( string name, Stack directiveStack ) : NVelocity.Runtime.Directive.Directive
CustomDirectiveManager ( )

Initializes a new instance of the CustomDirectiveManager class.

보호된 메소드들

메소드 설명
RegisterCustomDirectives ( ) : void

비공개 메소드들

메소드 설명
GetViewComponentFactory ( ) : IViewComponentFactory
GetViewEngine ( ) : IViewEngine
RegisterCustomDirective ( Type type ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( string name ) : bool
name string
리턴 bool

Create() 공개 메소드

public Create ( string name, Stack directiveStack ) : NVelocity.Runtime.Directive.Directive
name string
directiveStack System.Collections.Stack
리턴 NVelocity.Runtime.Directive.Directive

CustomDirectiveManager() 공개 메소드

Initializes a new instance of the CustomDirectiveManager class.

RegisterCustomDirectives() 보호된 메소드

protected RegisterCustomDirectives ( ) : void
리턴 void