Class DecoratorTimings
java.lang.Object
com.atlassian.confluence.impl.sitemesh.DecoratorTimings
Provides a mechanism to record and report on invocations of Sitemesh decorators.
- Since:
- 6.1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Runnable
createTimingsPublisherAndAttach
(jakarta.servlet.ServletRequest servletRequest) newDecoratorTimer
(String decoratorName, jakarta.servlet.http.HttpServletRequest servletRequest)
-
Constructor Details
-
DecoratorTimings
public DecoratorTimings()
-
-
Method Details
-
createTimingsPublisherAndAttach
public static Runnable createTimingsPublisherAndAttach(jakarta.servlet.ServletRequest servletRequest) -
newDecoratorTimer
public static DecoratorTimings.DecoratorTimer newDecoratorTimer(String decoratorName, jakarta.servlet.http.HttpServletRequest servletRequest) - Since:
- 9.1
-