Class ConfluenceDecoratorSelector
- java.lang.Object
-
- com.atlassian.confluence.util.profiling.ConfluenceDecoratorSelector
-
- All Implemented Interfaces:
com.opensymphony.sitemesh.DecoratorSelector
public class ConfluenceDecoratorSelector extends Object implements com.opensymphony.sitemesh.DecoratorSelector
Confluence decorator selector. This basically copies the Sitemesh implentation, except it returns a confluence specific decorator that uses velocity to decorate pages rather than dispatches to servlets.
-
-
Constructor Summary
Constructors Constructor Description ConfluenceDecoratorSelector(com.opensymphony.module.sitemesh.DecoratorMapper decoratorMapper, @Nullable javax.servlet.DispatcherType dispatcherType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.opensymphony.sitemesh.Decorator
selectDecorator(com.opensymphony.sitemesh.Content content, com.opensymphony.sitemesh.SiteMeshContext context)
-