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

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

Public Methods

Method Description
CaptureForDirective ( ) : NVelocity.Runtime.Directive

Render's the contents of the directive and store them in the context variable so it can be referenced later on the template #capturefor(someId) Some content goes here #end $someId

Render ( IInternalContextAdapter context, TextWriter writer, INode node ) : bool

Method Details

CaptureForDirective() public method

Render's the contents of the directive and store them in the context variable so it can be referenced later on the template #capturefor(someId) Some content goes here #end $someId
public CaptureForDirective ( ) : NVelocity.Runtime.Directive
return NVelocity.Runtime.Directive

Render() public method

public Render ( IInternalContextAdapter context, TextWriter writer, INode node ) : bool
context IInternalContextAdapter
writer System.IO.TextWriter
node INode
return bool