public interface FreeMarkerConfig
FreeMarkerView.FreeMarkerConfigurer,
FreeMarkerView| Modifier and Type | Method and Description |
|---|---|
freemarker.template.Configuration |
getConfiguration()
Return the FreeMarker
Configuration object for the current
web application context. |
freemarker.ext.jsp.TaglibFactory |
getTaglibFactory()
Return the
TaglibFactory used to enable JSP tags to be
accessed from FreeMarker templates. |
freemarker.template.Configuration getConfiguration()
Configuration object for the current
web application context.
A FreeMarker Configuration object may be used to set FreeMarker properties and shared objects, and allows to retrieve templates.
freemarker.ext.jsp.TaglibFactory getTaglibFactory()
TaglibFactory used to enable JSP tags to be
accessed from FreeMarker templates.