public class GroovyTemplateView
extends AbstractUrlBasedView
View
that can render Groovy templates.Constructor and Description |
---|
GroovyTemplateView(Template template) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyContentType(HttpServletResponse response)
Apply this view's content type as specified in the "contentType" bean property to
the given response.
|
protected void |
renderMergedOutputModel(Map<String,Object> model,
HttpServletRequest request,
HttpServletResponse response) |
protected void renderMergedOutputModel(Map<String,Object> model, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
protected void applyContentType(HttpServletResponse response)
response
- current HTTP response#setContentType
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.