程序包 cn.taketoday.web.view.freemarker


@NonNullApi @NonNullFields package cn.taketoday.web.view.freemarker
Support classes for the integration of FreeMarker as Framework web view technology. Contains a View implementation for FreeMarker templates.
  • 说明
    Interface to be implemented by objects that configure and manage a FreeMarker Configuration object in a web environment.
    JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
    View using the FreeMarker template engine.
    Extension of FreeMarker SimpleHash, adding a fallback to request attributes.
    Convenience subclass of UrlBasedViewResolver that supports FreeMarkerView (i.e.