public class

PluginDecoratorMapper

extends AbstractDecoratorMapper
java.lang.Object
   ↳ com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
     ↳ com.atlassian.jira.web.sitemesh.PluginDecoratorMapper

Class Overview

Sitemesh decorator mapper that looks up decorator modules and decorator mapper modules to get decorators from.

Summary

[Expand]
Inherited Fields
From class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
Public Constructors
PluginDecoratorMapper()
Public Methods
Decorator getDecorator(HttpServletRequest httpServletRequest, Page page)
Decorator getNamedDecorator(HttpServletRequest httpServletRequest, String name)
[Expand]
Inherited Methods
From class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
From class java.lang.Object
From interface com.opensymphony.module.sitemesh.DecoratorMapper

Public Constructors

public PluginDecoratorMapper ()

Public Methods

public Decorator getDecorator (HttpServletRequest httpServletRequest, Page page)

public Decorator getNamedDecorator (HttpServletRequest httpServletRequest, String name)