com.atlassian.jira.web.filters.accesslog
Class AccessLogImprinter

java.lang.Object
  extended by com.atlassian.jira.web.filters.accesslog.AccessLogImprinter

public class AccessLogImprinter
extends Object

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

Since:
v3.13.2

Field Summary
static String REQUEST_SQL_CACHE_STORAGE
           
 
Constructor Summary
AccessLogImprinter(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 
Method Summary
 String imprintHiddenHtml()
           
 String imprintHTMLComment()
          Returns an imprint of access log information as a HTML comment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_SQL_CACHE_STORAGE

public static final String REQUEST_SQL_CACHE_STORAGE
See Also:
Constant Field Values
Constructor Detail

AccessLogImprinter

public AccessLogImprinter(javax.servlet.http.HttpServletRequest httpServletRequest)
Method Detail

imprintHTMLComment

public String imprintHTMLComment()
Returns an imprint of access log information as a HTML comment

Returns:
a HTML comment with access log information

imprintHiddenHtml

public String imprintHiddenHtml()


Copyright © 2002-2014 Atlassian. All Rights Reserved.