C# Class NVelocity.Runtime.Directive.DirectiveManager

Inheritance: IDirectiveManager
显示文件 Open project: rasmus-toftdahl-olesen/NVelocity

Public Methods

Method Description
Contains ( String name ) : bool
Create ( String name, Stack directiveStack ) : Directive
Register ( String directiveTypeName ) : void

Method Details

Contains() public method

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

Create() public method

public Create ( String name, Stack directiveStack ) : Directive
name String
directiveStack System.Collections.Stack
return Directive

Register() public method

public Register ( String directiveTypeName ) : void
directiveTypeName String
return void