Class PluginDecoratorMapper
java.lang.Object
com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
com.atlassian.confluence.setup.sitemesh.PluginDecoratorMapper
- All Implemented Interfaces:
com.opensymphony.module.sitemesh.DecoratorMapper
@Deprecated(forRemoval=true)
public class PluginDecoratorMapper
extends com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.1
-
Field Summary
Fields inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
config, parent -
Constructor Summary
ConstructorsConstructorDescriptionPluginDecoratorMapper(com.atlassian.plugin.PluginAccessor pluginAccessor, org.apache.struts2.views.velocity.VelocityManagerInterface velocityManager) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncom.opensymphony.module.sitemesh.DecoratorgetDecorator(javax.servlet.http.HttpServletRequest httpServletRequest, com.opensymphony.module.sitemesh.Page page) Deprecated, for removal: This API element is subject to removal in a future version.com.opensymphony.module.sitemesh.DecoratorgetNamedDecorator(javax.servlet.http.HttpServletRequest httpServletRequest, String name) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
init
-
Constructor Details
-
PluginDecoratorMapper
public PluginDecoratorMapper(com.atlassian.plugin.PluginAccessor pluginAccessor, org.apache.struts2.views.velocity.VelocityManagerInterface velocityManager) Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 8.9.2
-
-
Method Details
-
getDecorator
public com.opensymphony.module.sitemesh.Decorator getDecorator(javax.servlet.http.HttpServletRequest httpServletRequest, com.opensymphony.module.sitemesh.Page page) Deprecated, for removal: This API element is subject to removal in a future version.- 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 httpServletRequest, String name) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamedDecoratorin interfacecom.opensymphony.module.sitemesh.DecoratorMapper- Overrides:
getNamedDecoratorin classcom.opensymphony.module.sitemesh.mapper.AbstractDecoratorMapper
-