Package org.grails.web.sitemesh
Class GrailsLayoutDecoratorMapper
java.lang.Object
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
org.grails.web.sitemesh.GrailsLayoutDecoratorMapper
- All Implemented Interfaces:
com.opensymphony.module.sitemesh.DecoratorMapper
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.
-
Field Summary
FieldsFields inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
config, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.opensymphony.module.sitemesh.DecoratorgetDecorator(jakarta.servlet.http.HttpServletRequest request, com.opensymphony.module.sitemesh.Page page) com.opensymphony.module.sitemesh.DecoratorgetNamedDecorator(jakarta.servlet.http.HttpServletRequest request, String name) voidinit(com.opensymphony.module.sitemesh.Config c, Properties properties, com.opensymphony.module.sitemesh.DecoratorMapper parentMapper)
-
Field Details
-
LAYOUT_ATTRIBUTE
- See Also:
-
NONE_LAYOUT
- See Also:
-
RENDERING_VIEW
- See Also:
-
-
Constructor Details
-
GrailsLayoutDecoratorMapper
public GrailsLayoutDecoratorMapper()
-
-
Method Details
-
init
public void init(com.opensymphony.module.sitemesh.Config c, Properties properties, com.opensymphony.module.sitemesh.DecoratorMapper parentMapper) throws InstantiationException - Specified by:
initin interfacecom.opensymphony.module.sitemesh.DecoratorMapper- Overrides:
initin classcom.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper- Throws:
InstantiationException
-
getDecorator
public com.opensymphony.module.sitemesh.Decorator getDecorator(jakarta.servlet.http.HttpServletRequest request, com.opensymphony.module.sitemesh.Page page) - Specified by:
getDecoratorin interfacecom.opensymphony.module.sitemesh.DecoratorMapper- Overrides:
getDecoratorin classcom.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
-
getNamedDecorator
public com.opensymphony.module.sitemesh.Decorator getNamedDecorator(jakarta.servlet.http.HttpServletRequest request, String name) - Specified by:
getNamedDecoratorin interfacecom.opensymphony.module.sitemesh.DecoratorMapper- Overrides:
getNamedDecoratorin classcom.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
-