Interface VelocityHelperService
-
- All Known Implementing Classes:
DefaultVelocityHelperService
public interface VelocityHelperService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>createDefaultVelocityContext()StringgetRenderedContent(String templateContent, Map<String,Object> context)StringgetRenderedTemplate(String templateName, Map<String,Object> context)StringgetRenderedTemplateWithoutSwallowingErrors(String templateName, Map<String,Object> context)
-