Interface VelocityHelperService
- All Known Implementing Classes:
DefaultVelocityHelperService
public interface VelocityHelperService
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
getRenderedContent
(String templateContent, Map<String, Object> context) getRenderedContent
(String templateContent, org.apache.velocity.context.Context context) getRenderedContentWithoutSwallowingErrors
(String templateContent, org.apache.velocity.context.Context context) getRenderedTemplate
(String templateName, Map<String, Object> context) getRenderedTemplateWithoutSwallowingErrors
(String templateName, Map<String, Object> context)
-
Method Details
-
getRenderedTemplate
-
getRenderedTemplateWithoutSwallowingErrors
String getRenderedTemplateWithoutSwallowingErrors(String templateName, Map<String, Object> context) throws Exception- Throws:
Exception
-
getRenderedContent
-
getRenderedContent
- Since:
- 8.6
-
getRenderedContentWithoutSwallowingErrors
String getRenderedContentWithoutSwallowingErrors(String templateContent, org.apache.velocity.context.Context context) throws Exception - Throws:
Exception
- Since:
- 8.6.3
-
createDefaultVelocityContext
-