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

Pendent
Inheritance: NVelocity.Runtime.Directive.DirectiveManager
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

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

Initializes a new instance of the CustomDirectiveManager class.

Méthodes protégées

Méthode Description
RegisterCustomDirectives ( ) : void

Private Methods

Méthode Description
GetViewComponentFactory ( ) : IViewComponentFactory
GetViewEngine ( ) : IViewEngine
RegisterCustomDirective ( Type type ) : void

Method Details

Contains() public méthode

public Contains ( string name ) : bool
name string
Résultat bool

Create() public méthode

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

CustomDirectiveManager() public méthode

Initializes a new instance of the CustomDirectiveManager class.

RegisterCustomDirectives() protected méthode

protected RegisterCustomDirectives ( ) : void
Résultat void