Interface FreeMarkerConfig

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      freemarker.template.ConfigurationgetConfiguration()
      Return the FreeMarker Configuration object for the current web application context.
      freemarker.ext.jsp.TaglibFactorygetTaglibFactory()
      Return the TaglibFactory used to enable JSP tags to be accessed from FreeMarker templates.
    • Method Detail

      • getConfiguration

        freemarker.template.Configuration getConfiguration()
        Return the FreeMarker Configuration object for the current web application context.

        A FreeMarker Configuration object may be used to set FreeMarker properties and shared objects, and allows to retrieve templates.

        Returns:
        the FreeMarker Configuration
      • getTaglibFactory

        freemarker.ext.jsp.TaglibFactory getTaglibFactory()
        Return the TaglibFactory used to enable JSP tags to be accessed from FreeMarker templates.