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,
org.apache.velocity.context.Context context)
|
String |
getEncodedBody(String templateDirectory,
String template,
String baseurl,
String encoding,
Map contextParameters)
|
String |
getEncodedBodyForContent(String content,
String baseurl,
Map contextParameters)
|
getBody
String getBody(String templateDirectory,
String template,
Map contextParameters)
throws org.apache.velocity.exception.VelocityException
- Throws:
org.apache.velocity.exception.VelocityException
getBody
String getBody(String templateDirectory,
String template,
String baseurl,
Map contextParameters)
throws org.apache.velocity.exception.VelocityException
- Throws:
org.apache.velocity.exception.VelocityException
getEncodedBody
String getEncodedBody(String templateDirectory,
String template,
String encoding,
Map contextParameters)
throws org.apache.velocity.exception.VelocityException
- Throws:
org.apache.velocity.exception.VelocityException
getEncodedBody
String getEncodedBody(String templateDirectory,
String template,
String baseurl,
String encoding,
Map contextParameters)
throws org.apache.velocity.exception.VelocityException
- Throws:
org.apache.velocity.exception.VelocityException
getEncodedBodyForContent
String getEncodedBodyForContent(String content,
String baseurl,
Map contextParameters)
throws org.apache.velocity.exception.VelocityException
- Throws:
org.apache.velocity.exception.VelocityException
getDateFormat
DateFormat getDateFormat()
getEncodedBody
String getEncodedBody(String templateDirectory,
String template,
String baseurl,
String encoding,
org.apache.velocity.context.Context context)
throws org.apache.velocity.exception.VelocityException
- Throws:
org.apache.velocity.exception.VelocityException
Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.