Interface PageDecoratorFactory

All Known Implementing Classes:
ConfluencePageDecoratorFactory

public interface PageDecoratorFactory
Since:
9.1
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.confluence.impl.sitemesh.ConfluencePageDecorator
    createPageDecorator(String decoratorName, URI templateUri, javax.servlet.DispatcherType dispatcherType)
     
  • Method Details

    • createPageDecorator

      com.atlassian.confluence.impl.sitemesh.ConfluencePageDecorator createPageDecorator(String decoratorName, URI templateUri, javax.servlet.DispatcherType dispatcherType)