Interface VelocityHelperService

    • Method Detail

      • getRenderedContent

        String getRenderedContent​(String templateContent,
                                  org.apache.velocity.context.Context context)
        Since:
        8.6
      • getRenderedContentWithoutSwallowingErrors

        String getRenderedContentWithoutSwallowingErrors​(String templateContent,
                                                         org.apache.velocity.context.Context context)
                                                  throws Exception
        Throws:
        Exception
        Since:
        8.6.3
      • createDefaultVelocityContext

        Map<String,​Object> createDefaultVelocityContext()