public class GrailsNoDecorator extends com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator implements com.opensymphony.module.sitemesh.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(com.opensymphony.sitemesh.Content content, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, com.opensymphony.sitemesh.webapp.SiteMeshWebAppContext webAppContext) |
| Methods inherited from class | Name |
|---|---|
class com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator |
com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#render(com.opensymphony.sitemesh.Content, com.opensymphony.sitemesh.SiteMeshContext), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#wait(long), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#wait(long, int), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#wait(), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#equals(java.lang.Object), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#toString(), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#hashCode(), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#getClass(), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#notify(), com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator#notifyAll() |