defwriteToUsingRequestDispatcher(resolvedPath: String, viewable: Viewable, out: OutputStream): Unit
defwriteToUsingServletTemplateEngine(engine: TemplateEngine, resolvedPath: String, viewable: Viewable, out: OutputStream): Unit
Renders the template using the template engine registered with the servlet context directly as its a
little more efficient plus it avoids issues with using jersey with
guice-servlet not correctly dispatching to the servlet
A template processor for Jersey using Scalate templates
$Revision : 1.1 $