Class VelocityTemplateEngine

  • All Implemented Interfaces:
    TemplateEngine

    @Deprecated(since="6.5",
                forRemoval=true)
    public class VelocityTemplateEngine
    extends AbstractTemplateEngine
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 6.5
    Template engine that uses Apache Velocity
    See Also:
    VelocityTemplateEngine
    • Constructor Detail

      • VelocityTemplateEngine

        public VelocityTemplateEngine()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • applyTemplate

        protected java.io.InputStream applyTemplate​(java.lang.Object context,
                                                    java.lang.String templateId,
                                                    java.io.InputStream template,
                                                    java.util.Map<java.lang.String,​java.lang.Object> values)
                                             throws java.io.IOException
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        applyTemplate in class AbstractTemplateEngine
        Throws:
        java.io.IOException