Package freemarker.ext.jakarta.jsp


package freemarker.ext.jakarta.jsp
Classes for two-way FreeMarker-JSP integration. It contains both a JSP custom tag that allows embedding of FreeMarker templates inside JSP pages, and the infrastructure that allows JSP custom tags to be used inside FreeMarker templates.

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