Class PluginDecoratorMapper
java.lang.Object
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
com.atlassian.bamboo.plugin.sitemesh.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.
-
Field Summary
Fields inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
config, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.opensymphony.module.sitemesh.DecoratorgetDecorator(javax.servlet.http.HttpServletRequest request, com.opensymphony.module.sitemesh.Page page) com.opensymphony.module.sitemesh.DecoratorgetNamedDecorator(javax.servlet.http.HttpServletRequest request, String name) Methods inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
init
-
Constructor Details
-
PluginDecoratorMapper
public PluginDecoratorMapper()
-
-
Method Details
-
getDecorator
public com.opensymphony.module.sitemesh.Decorator getDecorator(javax.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(javax.servlet.http.HttpServletRequest request, String name) - Specified by:
getNamedDecoratorin interfacecom.opensymphony.module.sitemesh.DecoratorMapper- Overrides:
getNamedDecoratorin classcom.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
-