Support classes for the integration of FreeMarker as Spring web view technology. Contains a View implementation for FreeMarker templates.
/** * Support classes for the integration of * <a href="http://www.freemarker.org">FreeMarker</a> * as Spring web view technology. * Contains a View implementation for FreeMarker templates. */
@NonNullApi @NonNullFields package org.springframework.web.servlet.view.freemarker; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;