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

Pendent
Inheritance: AbstractComponentDirective
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

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

Méthodes protégées

Méthode Description
ProcessSubSections ( ViewComponent component, NVelocityViewContextAdapter contextAdapter ) : void

Method Details

BlockComponentDirective() public méthode

public BlockComponentDirective ( IViewComponentFactory viewComponentFactory, IViewEngine viewEngine ) : NVelocity.Runtime.Directive
viewComponentFactory IViewComponentFactory
viewEngine IViewEngine
Résultat NVelocity.Runtime.Directive

CreateNestedDirective() public méthode

public CreateNestedDirective ( String name ) : Directive
name String
Résultat NVelocity.Runtime.Directive.Directive

ProcessSubSections() protected méthode

protected ProcessSubSections ( ViewComponent component, NVelocityViewContextAdapter contextAdapter ) : void
component ViewComponent
contextAdapter NVelocityViewContextAdapter
Résultat void

SupportsNestedDirective() public méthode

public SupportsNestedDirective ( String name ) : bool
name String
Résultat bool