com.atlassian.confluence.plugin.services
Interface VelocityHelperService

All Known Implementing Classes:
DefaultVelocityHelperService

public interface VelocityHelperService


Method Summary
 Map<String,Object> createDefaultVelocityContext()
           
 String getRenderedContent(String templateContent, Map<String,?> context)
           
 String getRenderedTemplate(String templateName, Map<String,?> context)
           
 String getRenderedTemplateWithoutSwallowingErrors(String templateName, Map<String,?> context)
           
 

Method Detail

getRenderedTemplate

String getRenderedTemplate(String templateName,
                           Map<String,?> context)

getRenderedTemplateWithoutSwallowingErrors

String getRenderedTemplateWithoutSwallowingErrors(String templateName,
                                                  Map<String,?> context)
                                                  throws Exception
Throws:
Exception

getRenderedContent

String getRenderedContent(String templateContent,
                          Map<String,?> context)

createDefaultVelocityContext

Map<String,Object> createDefaultVelocityContext()


Confluence is developed by Atlassian.