Class DecoratorTimings

java.lang.Object
com.atlassian.confluence.impl.sitemesh.DecoratorTimings

public class DecoratorTimings extends Object
Provides a mechanism to record and report on invocations of Sitemesh decorators.
Since:
6.1
  • Constructor Details

    • DecoratorTimings

      public DecoratorTimings()
  • Method Details

    • createTimingsPublisherAndAttach

      public static Runnable createTimingsPublisherAndAttach(javax.servlet.ServletRequest servletRequest)
    • newDecoratorTimer

      @Deprecated(forRemoval=true) public static DecoratorTimings.DecoratorTimer newDecoratorTimer(com.opensymphony.module.sitemesh.Decorator decorator, javax.servlet.http.HttpServletRequest servletRequest)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • newDecoratorTimer

      public static DecoratorTimings.DecoratorTimer newDecoratorTimer(String decoratorName, javax.servlet.http.HttpServletRequest servletRequest)
      Since:
      9.1