Package freemarker.ext.jsp
package freemarker.ext.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!
-
Class SummaryClassDescriptionAn instance of this class should be registered as a
<listener>in theweb.xmldescriptor in order to correctly dispatch events to event listeners that are specified in TLD files.Deprecated.A hash model associated with a servlet context that can load JSP tag libraries associated with that servlet context.To search TLD-s underMETA-INF/**/*.tldinside classpath root containers, that is, in directories and jar-s that are in the classpath (or are visible for the class loader otherwise).When it occurs in theTaglibFactory.MetaInfTldSourcelist, allTaglibFactory.MetaInfTldSource-s before it will be disabled.A location within which we will look forMETA-INF/**/*.tld-s.To search TLD-s undersevletContext:/WEB-INF/lib/*.{jar,zip}/META-INF/**/*.tld, as requested by the JSP specification.
Configuration.