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

Pendent
Inheritance: AbstractComponentDirective
Mostrar archivo Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
BlockComponentDirective ( IViewComponentFactory viewComponentFactory, IViewEngine viewEngine ) : NVelocity.Runtime.Directive
CreateNestedDirective ( String name ) : Directive
SupportsNestedDirective ( String name ) : bool

Protected Methods

Method Description
ProcessSubSections ( ViewComponent component, NVelocityViewContextAdapter contextAdapter ) : void

Method Details

BlockComponentDirective() public method

public BlockComponentDirective ( IViewComponentFactory viewComponentFactory, IViewEngine viewEngine ) : NVelocity.Runtime.Directive
viewComponentFactory IViewComponentFactory
viewEngine IViewEngine
return NVelocity.Runtime.Directive

CreateNestedDirective() public method

public CreateNestedDirective ( String name ) : Directive
name String
return NVelocity.Runtime.Directive.Directive

ProcessSubSections() protected method

protected ProcessSubSections ( ViewComponent component, NVelocityViewContextAdapter contextAdapter ) : void
component ViewComponent
contextAdapter NVelocityViewContextAdapter
return void

SupportsNestedDirective() public method

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