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()
Returns the
TaglibFactory used to enable JSP tags to be
accessed from FreeMarker templates. |
freemarker.template.Configuration getConfiguration()
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.