Method | Description | |
---|---|---|
BlockComponentDirective ( IViewComponentFactory viewComponentFactory, IViewEngine viewEngine ) : NVelocity.Runtime.Directive | ||
CreateNestedDirective ( String name ) : |
||
SupportsNestedDirective ( String name ) : bool |
Method | Description | |
---|---|---|
ProcessSubSections ( ViewComponent component, NVelocityViewContextAdapter contextAdapter ) : void |
public BlockComponentDirective ( IViewComponentFactory viewComponentFactory, IViewEngine viewEngine ) : NVelocity.Runtime.Directive | ||
viewComponentFactory | IViewComponentFactory | |
viewEngine | IViewEngine | |
return | NVelocity.Runtime.Directive |
public CreateNestedDirective ( String name ) : |
||
name | String | |
return |
protected ProcessSubSections ( ViewComponent component, NVelocityViewContextAdapter contextAdapter ) : void | ||
component | ViewComponent | |
contextAdapter | NVelocityViewContextAdapter | |
return | void |
public SupportsNestedDirective ( String name ) : bool | ||
name | String | |
return | bool |