Class PluginDecoratorMapper<M>
java.lang.Object
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
com.atlassian.confluence.impl.sitemesh.PluginDecoratorMapper<M>
- All Implemented Interfaces:
- com.opensymphony.module.sitemesh.DecoratorMapper
public final class PluginDecoratorMapper<M>
extends com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
- Since:
- 9.1
- 
Field SummaryFields inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapperconfig, parent
- 
Constructor SummaryConstructorsConstructorDescriptionPluginDecoratorMapper(Function<M, String> decoratorNameFactory, Function<M, URI> decoratorUriFactory, Supplier<Collection<? extends com.atlassian.plugin.ModuleDescriptor<M>>> moduleDescriptorsRef, BiPredicate<M, jakarta.servlet.http.HttpServletRequest> decoratorPathMatcher) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.opensymphony.module.sitemesh.DecoratorgetDecorator(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.opensymphony.module.sitemesh.Page page) com.opensymphony.module.sitemesh.DecoratorgetNamedDecorator(jakarta.servlet.http.HttpServletRequest httpServletRequest, String name) Methods inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapperinit
- 
Constructor Details- 
PluginDecoratorMapper
 
- 
- 
Method Details- 
getDecoratorpublic com.opensymphony.module.sitemesh.Decorator getDecorator(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.opensymphony.module.sitemesh.Page page) - Specified by:
- getDecoratorin interface- com.opensymphony.module.sitemesh.DecoratorMapper
- Overrides:
- getDecoratorin class- com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
 
- 
getNamedDecoratorpublic com.opensymphony.module.sitemesh.Decorator getNamedDecorator(jakarta.servlet.http.HttpServletRequest httpServletRequest, String name) - Specified by:
- getNamedDecoratorin interface- com.opensymphony.module.sitemesh.DecoratorMapper
- Overrides:
- getNamedDecoratorin class- com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
 
 
-