C# Class Castle.MonoRail.Framework.Views.NVelocity.CustomDirectives.SubSectionDirective

Inheritance: NVelocity.Runtime.Directive.Directive
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
Init ( NVelocity.Runtime.IRuntimeServices rs, NVelocity.Context.IInternalContextAdapter context, NVelocity.Runtime.Parser.Node.INode node ) : void

How this directive is to be initialized.

Render ( NVelocity.Context.IInternalContextAdapter context, TextWriter writer, NVelocity.Runtime.Parser.Node.INode node ) : bool

How this directive is to be rendered

SubSectionDirective ( String name )

Method Details

Init() public method

How this directive is to be initialized.
public Init ( NVelocity.Runtime.IRuntimeServices rs, NVelocity.Context.IInternalContextAdapter context, NVelocity.Runtime.Parser.Node.INode node ) : void
rs NVelocity.Runtime.IRuntimeServices
context NVelocity.Context.IInternalContextAdapter
node NVelocity.Runtime.Parser.Node.INode
return void

Render() public method

How this directive is to be rendered
public Render ( NVelocity.Context.IInternalContextAdapter context, TextWriter writer, NVelocity.Runtime.Parser.Node.INode node ) : bool
context NVelocity.Context.IInternalContextAdapter
writer System.IO.TextWriter
node NVelocity.Runtime.Parser.Node.INode
return bool

SubSectionDirective() public method

public SubSectionDirective ( String name )
name String