Gets the current template engine
Configures the given TemplateEngine to use the default servlet style layout strategy.
Configures the given TemplateEngine to use the default servlet style layout strategy.
The default layout files searched if no layout attribute is defined by a template are: * "WEB-INF/scalate/layouts/default.jade" * "WEB-INF/scalate/layouts/default.mustache" * "WEB-INF/scalate/layouts/default.scaml" * "WEB-INF/scalate/layouts/default.ssp"
Returns the source directories to use for the given config
Updates the current template engine - called on initialisation of the org.fusesource.scalate.TemplateEngineServlet