Class ConfluenceDecoratorSelector

java.lang.Object
com.atlassian.confluence.util.profiling.ConfluenceDecoratorSelector
All Implemented Interfaces:
com.opensymphony.sitemesh.DecoratorSelector

@Deprecated(forRemoval=true) public class ConfluenceDecoratorSelector extends Object implements com.opensymphony.sitemesh.DecoratorSelector
Deprecated, for removal: This API element is subject to removal in a future version.
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)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.opensymphony.sitemesh.Decorator
    selectDecorator(com.opensymphony.sitemesh.Content content, com.opensymphony.sitemesh.SiteMeshContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfluenceDecoratorSelector

      public ConfluenceDecoratorSelector(com.opensymphony.module.sitemesh.DecoratorMapper decoratorMapper, @Nullable javax.servlet.DispatcherType dispatcherType)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • selectDecorator

      public com.opensymphony.sitemesh.Decorator selectDecorator(com.opensymphony.sitemesh.Content content, com.opensymphony.sitemesh.SiteMeshContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      selectDecorator in interface com.opensymphony.sitemesh.DecoratorSelector