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 Details

  • 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:
      init in interface com.opensymphony.module.sitemesh.DecoratorMapper
      Overrides:
      init in class com.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:
      getDecorator in interface com.opensymphony.module.sitemesh.DecoratorMapper
      Overrides:
      getDecorator in class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
    • getNamedDecorator

      public com.opensymphony.module.sitemesh.Decorator getNamedDecorator(jakarta.servlet.http.HttpServletRequest request, String name)
      Specified by:
      getNamedDecorator in interface com.opensymphony.module.sitemesh.DecoratorMapper
      Overrides:
      getNamedDecorator in class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper