Interface FreeMarkerTemplateEngine

    • Field Detail

      • DEFAULT_TEMPLATE_EXTENSION

        static final String DEFAULT_TEMPLATE_EXTENSION
        Default template extension
        See Also:
        Constant Field Values
    • Method Detail

      • unwrap

        freemarker.template.Configuration unwrap()
        Description copied from interface: TemplateEngine
        Returns the underlying engine, so further configurations or customizations may be applied or null when the engine cannot unwrap it.
        Specified by:
        unwrap in interface TemplateEngine
        Returns:
        the engine instance.