public class GrailsLayoutDecoratorMapper extends com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
Implements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
LAYOUT_ATTRIBUTE |
|
static java.lang.String |
NONE_LAYOUT |
|
static java.lang.String |
RENDERING_VIEW |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public com.opensymphony.module.sitemesh.Decorator |
getDecorator(javax.servlet.http.HttpServletRequest request, com.opensymphony.module.sitemesh.Page page) |
|
public com.opensymphony.module.sitemesh.Decorator |
getNamedDecorator(javax.servlet.http.HttpServletRequest request, java.lang.String name) |
|
public void |
init(com.opensymphony.module.sitemesh.Config c, java.util.Properties properties, com.opensymphony.module.sitemesh.DecoratorMapper parentMapper) |
| Methods inherited from class | Name |
|---|---|
class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper |
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#getDecorator(javax.servlet.http.HttpServletRequest, com.opensymphony.module.sitemesh.Page), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#getNamedDecorator(javax.servlet.http.HttpServletRequest, java.lang.String), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#init(com.opensymphony.module.sitemesh.Config, java.util.Properties, com.opensymphony.module.sitemesh.DecoratorMapper), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#wait(long), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#wait(long, int), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#wait(), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#equals(java.lang.Object), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#toString(), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#hashCode(), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#getClass(), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#notify(), com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper#notifyAll() |