com.atlassian.confluence.util.velocity
Class VelocityUtils

java.lang.Object
  extended by com.atlassian.confluence.util.velocity.VelocityUtils

public class VelocityUtils
extends Object


Constructor Summary
VelocityUtils()
           
 
Method Summary
static String getRenderedContent(String templateContent, org.apache.velocity.context.Context velocityContext)
           
static String getRenderedContent(String templateContent, Map<?,?> contextMap)
           
static String getRenderedTemplate(String templateName, org.apache.velocity.context.Context context)
           
static String getRenderedTemplate(String templateName, Map<?,?> contextMap)
           
static String getRenderedTemplateWithoutSwallowingErrors(String templateName, org.apache.velocity.context.Context context)
           
static String getRenderedTemplateWithoutSwallowingErrors(String templateName, Map<?,?> contextMap)
           
static org.apache.velocity.Template getTemplate(String templateName)
           
static org.apache.velocity.app.VelocityEngine getVelocityEngine()
           
static void renderTemplateWithoutSwallowingErrors(String templateName, org.apache.velocity.context.Context context, Writer writer)
           
static void renderTemplateWithoutSwallowingErrors(org.apache.velocity.Template template, org.apache.velocity.context.Context context, Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityUtils

public VelocityUtils()
Method Detail

getRenderedTemplate

public static String getRenderedTemplate(String templateName,
                                         Map<?,?> contextMap)

getRenderedTemplate

public static String getRenderedTemplate(String templateName,
                                         org.apache.velocity.context.Context context)

getRenderedTemplateWithoutSwallowingErrors

public static String getRenderedTemplateWithoutSwallowingErrors(String templateName,
                                                                Map<?,?> contextMap)
                                                         throws Exception
Throws:
Exception

getRenderedTemplateWithoutSwallowingErrors

public static String getRenderedTemplateWithoutSwallowingErrors(String templateName,
                                                                org.apache.velocity.context.Context context)
                                                         throws Exception
Throws:
Exception

renderTemplateWithoutSwallowingErrors

public static void renderTemplateWithoutSwallowingErrors(org.apache.velocity.Template template,
                                                         org.apache.velocity.context.Context context,
                                                         Writer writer)
                                                  throws Exception
Throws:
Exception

renderTemplateWithoutSwallowingErrors

public static void renderTemplateWithoutSwallowingErrors(String templateName,
                                                         org.apache.velocity.context.Context context,
                                                         Writer writer)
                                                  throws Exception
Throws:
Exception

getTemplate

public static org.apache.velocity.Template getTemplate(String templateName)
                                                throws Exception
Throws:
Exception

getVelocityEngine

public static org.apache.velocity.app.VelocityEngine getVelocityEngine()
                                                                throws Exception
Throws:
Exception

getRenderedContent

public static String getRenderedContent(String templateContent,
                                        Map<?,?> contextMap)

getRenderedContent

public static String getRenderedContent(String templateContent,
                                        org.apache.velocity.context.Context velocityContext)


Confluence is developed by Atlassian.