C# Class Castle.MonoRail.Framework.Views.NVelocity.CustomDirectiveManager

Pendent
Inheritance: NVelocity.Runtime.Directive.DirectiveManager
Exibir arquivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
Contains ( string name ) : bool
Create ( string name, Stack directiveStack ) : NVelocity.Runtime.Directive.Directive
CustomDirectiveManager ( )

Initializes a new instance of the CustomDirectiveManager class.

Protected Methods

Method Description
RegisterCustomDirectives ( ) : void

Private Methods

Method Description
GetViewComponentFactory ( ) : IViewComponentFactory
GetViewEngine ( ) : IViewEngine
RegisterCustomDirective ( Type type ) : void

Method Details

Contains() public method

public Contains ( string name ) : bool
name string
return bool

Create() public method

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

CustomDirectiveManager() public method

Initializes a new instance of the CustomDirectiveManager class.

RegisterCustomDirectives() protected method

protected RegisterCustomDirectives ( ) : void
return void