Class PluginDecoratorMapper

  • All Implemented Interfaces:
    com.opensymphony.module.sitemesh.DecoratorMapper

    public class PluginDecoratorMapper
    extends com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
    Sitemesh decorator mapper that looks up decorator modules and decorator mapper modules to get decorators from.
    • Constructor Detail

      • PluginDecoratorMapper

        public PluginDecoratorMapper()
    • Method Detail

      • getDecorator

        public com.opensymphony.module.sitemesh.Decorator getDecorator​(javax.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​(javax.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