com.atlassian.confluence.util.profiling
Class ConfluenceDecoratorSelector

java.lang.Object
  extended by 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
ConfluenceDecoratorSelector(com.opensymphony.module.sitemesh.DecoratorMapper decoratorMapper)
           
 
Method Summary
 com.opensymphony.sitemesh.Decorator selectDecorator(com.opensymphony.sitemesh.Content content, com.opensymphony.sitemesh.SiteMeshContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceDecoratorSelector

public ConfluenceDecoratorSelector(com.opensymphony.module.sitemesh.DecoratorMapper decoratorMapper)
Method Detail

selectDecorator

public com.opensymphony.sitemesh.Decorator selectDecorator(com.opensymphony.sitemesh.Content content,
                                                           com.opensymphony.sitemesh.SiteMeshContext context)
Specified by:
selectDecorator in interface com.opensymphony.sitemesh.DecoratorSelector


Copyright © 2003-2012 Atlassian. All Rights Reserved.