| Package | Description |
|---|---|
| freemarker.ext.jsp |
Classes for two-way FreeMarker-JSP integration.
|
| 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).
|
| Class | Description |
|---|---|
| TaglibFactory.ClearMetaInfTldSource |
When it occurs in the
TaglibFactory.MetaInfTldSource list, all TaglibFactory.MetaInfTldSource-s before it will be disabled. |
| TaglibFactory.MetaInfTldSource |
A location within which we will look for
META-INF/**/*.tld-s. |
| TaglibFactory.WebInfPerLibJarMetaInfTldSource |
To search TLD-s under sevletContext:/WEB-INF/lib/*.{jar,zip}/META-INF/**/*.tld, as requested by
the JSP specification.
|
| Class | Description |
|---|---|
| TaglibFactory |
A hash model associated with a servlet context that can load JSP tag libraries associated with that servlet context.
|