com.atlassian.velocity
Interface VelocityManager

All Known Implementing Classes:
DefaultVelocityManager

public interface VelocityManager


Method Summary
 String getBody(String templateDirectory, String template, Map contextParameters)
           
 String getBody(String templateDirectory, String template, String baseurl, Map contextParameters)
           
 DateFormat getDateFormat()
           
 String getEncodedBody(String templateDirectory, String template, String encoding, Map contextParameters)
           
 String getEncodedBody(String templateDirectory, String template, String baseurl, String encoding, Map contextParameters)
           
 String getEncodedBodyForContent(String content, String baseurl, Map contextParameters)
           
 

Method Detail

getBody

String getBody(String templateDirectory,
               String template,
               Map contextParameters)
               throws VelocityException
Throws:
VelocityException

getBody

String getBody(String templateDirectory,
               String template,
               String baseurl,
               Map contextParameters)
               throws VelocityException
Throws:
VelocityException

getEncodedBody

String getEncodedBody(String templateDirectory,
                      String template,
                      String encoding,
                      Map contextParameters)
                      throws VelocityException
Throws:
VelocityException

getEncodedBody

String getEncodedBody(String templateDirectory,
                      String template,
                      String baseurl,
                      String encoding,
                      Map contextParameters)
                      throws VelocityException
Throws:
VelocityException

getEncodedBodyForContent

String getEncodedBodyForContent(String content,
                                String baseurl,
                                Map contextParameters)
                                throws VelocityException
Throws:
VelocityException

getDateFormat

DateFormat getDateFormat()


Atlassian Velocity is developed by Atlassian Software Systems.