Class 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 Detail

      • ConfluenceDecoratorSelector

        public ConfluenceDecoratorSelector​(com.opensymphony.module.sitemesh.DecoratorMapper decoratorMapper,
                                           @Nullable javax.servlet.DispatcherType dispatcherType)
    • 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