freemarker.ext.jsp.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of freemarker-gae Show documentation
Show all versions of freemarker-gae Show documentation
Google App Engine compliant variation of FreeMarker.
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
The newest version!
Classes for two-way FreeMarker-JSP integration. It contains both a JSP
custom tag that allows embedding of FreeMarker templates inside JSP
pages, as well as the infrastructure that allows JSP custom tags to be
used inside FreeMarker templates.
Note that this is for the legacy "javax" Servlet/JSP API; for Jakarta (that is, in modern Servlet containers), use
the freemarker.ext.jakarta.jsp
package instead (since 2.3.33).