public class GrailsNoDecorator extends BaseWebAppDecorator implements Decorator
Grails version of Sitemesh's NoDecorator original version always calls response.setContentLength which would require the calculation of resulting bytes. Calculation would be extra overhead. bug exists for OutputStream / byte version: http://jira.opensymphony.com/browse/SIM-196 skip setting ContentLength because of that bug.
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.String |
getInitParameter(java.lang.String paramName) |
|
public java.util.Iterator |
getInitParameterNames() |
|
public java.lang.String |
getName() |
|
public java.lang.String |
getPage() |
|
public java.lang.String |
getRole() |
|
public java.lang.String |
getURIPath() |
|
protected void |
render(Content content, HttpServletRequest request, HttpServletResponse response, ServletContext servletContext, SiteMeshWebAppContext webAppContext) |