public class GrailsLayoutDecoratorMapper
extends com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LAYOUT_ATTRIBUTE |
static java.lang.String |
NONE_LAYOUT |
static java.lang.String |
RENDERING_VIEW |
| Constructor and Description |
|---|
GrailsLayoutDecoratorMapper() |
| Modifier and Type | Method and Description |
|---|---|
com.opensymphony.module.sitemesh.Decorator |
getDecorator(javax.servlet.http.HttpServletRequest request,
com.opensymphony.module.sitemesh.Page page) |
com.opensymphony.module.sitemesh.Decorator |
getNamedDecorator(javax.servlet.http.HttpServletRequest request,
java.lang.String name) |
void |
init(com.opensymphony.module.sitemesh.Config c,
java.util.Properties properties,
com.opensymphony.module.sitemesh.DecoratorMapper parentMapper) |
public static final java.lang.String LAYOUT_ATTRIBUTE
public static final java.lang.String NONE_LAYOUT
public static final java.lang.String RENDERING_VIEW
public void init(com.opensymphony.module.sitemesh.Config c,
java.util.Properties properties,
com.opensymphony.module.sitemesh.DecoratorMapper parentMapper)
throws java.lang.InstantiationException
init in interface com.opensymphony.module.sitemesh.DecoratorMapperinit in class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapperjava.lang.InstantiationExceptionpublic com.opensymphony.module.sitemesh.Decorator getDecorator(javax.servlet.http.HttpServletRequest request,
com.opensymphony.module.sitemesh.Page page)
getDecorator in interface com.opensymphony.module.sitemesh.DecoratorMappergetDecorator in class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapperpublic com.opensymphony.module.sitemesh.Decorator getNamedDecorator(javax.servlet.http.HttpServletRequest request,
java.lang.String name)
getNamedDecorator in interface com.opensymphony.module.sitemesh.DecoratorMappergetNamedDecorator in class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper