public class

RenderVelocityTemplateDirective

extends Directive
java.lang.Object
   ↳ org.apache.velocity.runtime.directive.Directive
     ↳ com.atlassian.confluence.setup.velocity.RenderVelocityTemplateDirective

Class Overview

Created by IntelliJ IDEA. User: tomd Date: Mar 15, 2007 Time: 11:30:46 AM To change this template use File | Settings | File Templates.

Summary

[Expand]
Inherited Constants
From interface org.apache.velocity.runtime.directive.DirectiveConstants
[Expand]
Inherited Fields
From class org.apache.velocity.runtime.directive.Directive
Public Constructors
RenderVelocityTemplateDirective()
Public Methods
String getName()
int getType()
void init(RuntimeServices services, InternalContextAdapter adapter, Node node)
The directive is initialized.
boolean render(InternalContextAdapter adapter, Writer writer, Node node)
[Expand]
Inherited Methods
From class org.apache.velocity.runtime.directive.Directive
From class java.lang.Object

Public Constructors

public RenderVelocityTemplateDirective ()

Public Methods

public String getName ()

public int getType ()

public void init (RuntimeServices services, InternalContextAdapter adapter, Node node)

The directive is initialized.

Parameters
services Velocity runtime services.
adapter context.
node within the directive.

public boolean render (InternalContextAdapter adapter, Writer writer, Node node)

Throws
IOException
MethodInvocationException
ParseErrorException
ResourceNotFoundException