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
(javax.servlet.ServletRequest servletRequest) 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
(String decoratorName, javax.servlet.http.HttpServletRequest servletRequest)
-
Constructor Details
-
DecoratorTimings
public DecoratorTimings()
-
-
Method Details
-
createTimingsPublisherAndAttach
-
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
-