Package freemarker.ext.servlet


package freemarker.ext.servlet
Servlet for legacy "Model 2" frameworks that allows using FreeMarker templates instead of JSP as the MVC View (see in the Manual).

Note that there are two variants of this package: One for the legacy "javax" Servlet API is freemarker.ext.servlet, and another for the newer Jakarta Servlet API is freemarker.ext.jakarta.servlet (since 2.3.33). Use the variant that fits your Servlet container!