public class

AccessLogImprinter

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.filters.accesslog.AccessLogImprinter

Class Overview

This can imprint output such as web pages with details that will have been placed in the access logs. This is useful for debugging problems in the wild and also for performance throughput tracking

Summary

Constants
String REQUEST_SQL_CACHE_STORAGE
Public Constructors
AccessLogImprinter(HttpServletRequest httpServletRequest, Clock clock)
Public Methods
String imprintHTMLComment()
Returns an imprint of access log information as a HTML comment
String imprintHiddenHtml()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String REQUEST_SQL_CACHE_STORAGE

Constant Value: "request.sql.cache.storage"

Public Constructors

public AccessLogImprinter (HttpServletRequest httpServletRequest, Clock clock)

Public Methods

public String imprintHTMLComment ()

Returns an imprint of access log information as a HTML comment

Returns
  • a HTML comment with access log information

public String imprintHiddenHtml ()