public class GrailsLayoutDecoratorMapper extends AbstractDecoratorMapper
Implements the SiteMesh decorator mapper interface and allows grails views to map to grails layouts.
Modifiers | Name | Description |
---|---|---|
static String |
LAYOUT_ATTRIBUTE |
|
static String |
NONE_LAYOUT |
|
static String |
RENDERING_VIEW |
Type Params | Return Type | Name and description |
---|---|---|
|
public Decorator |
getDecorator(HttpServletRequest request, Page page) |
|
public Decorator |
getNamedDecorator(HttpServletRequest request, String name) |
|
public void |
init(Config c, Properties properties, DecoratorMapper parentMapper) |