public class GroovyPageLayoutFinder extends java.lang.Object
Provides the logic for GrailsLayoutDecoratorMapper without so many ties to the Sitemesh API.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
LAYOUT_ATTRIBUTE |
|
static java.lang.String |
NONE_LAYOUT |
|
static java.lang.String |
RENDERING_VIEW_ATTRIBUTE |
Type Params | Return Type | Name and description |
---|---|---|
|
com.opensymphony.module.sitemesh.Decorator |
findLayout(javax.servlet.http.HttpServletRequest request, com.opensymphony.sitemesh.Content page) |
|
com.opensymphony.module.sitemesh.Decorator |
findLayout(javax.servlet.http.HttpServletRequest request, com.opensymphony.module.sitemesh.Page page) |
|
protected com.opensymphony.module.sitemesh.Decorator |
getApplicationDefaultDecorator(javax.servlet.http.HttpServletRequest request) |
|
com.opensymphony.module.sitemesh.Decorator |
getNamedDecorator(javax.servlet.http.HttpServletRequest request, java.lang.String name) |
|
com.opensymphony.module.sitemesh.Decorator |
getNamedDecorator(javax.servlet.http.HttpServletRequest request, java.lang.String name, boolean viewMustExist) |
|
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
|
void |
setCacheEnabled(boolean cacheEnabled) |
|
void |
setDefaultDecoratorName(java.lang.String defaultDecoratorName) |
|
void |
setEnableNonGspViews(boolean enableNonGspViews) |
|
void |
setGspReloadEnabled(boolean gspReloadEnabled) |
|
void |
setViewResolver(org.springframework.web.servlet.ViewResolver viewResolver) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |