public class GrailsNoDecorator
extends com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecorator
implements com.opensymphony.module.sitemesh.Decorator
| Constructor and Description |
|---|
GrailsNoDecorator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInitParameter(java.lang.String paramName) |
java.util.Iterator |
getInitParameterNames() |
java.lang.String |
getName() |
java.lang.String |
getPage() |
java.lang.String |
getRole() |
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) |
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)
throws java.io.IOException,
javax.servlet.ServletException
render in class com.opensymphony.sitemesh.webapp.decorator.BaseWebAppDecoratorjava.io.IOExceptionjavax.servlet.ServletExceptionpublic java.lang.String getPage()
public java.lang.String getName()
public java.lang.String getURIPath()
public java.lang.String getRole()
public java.lang.String getInitParameter(java.lang.String paramName)
public java.util.Iterator getInitParameterNames()