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

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

public class AccessLogImprinter
extends java.lang.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 qwild and also for performance throughput tracking

Since:
v3.13.2

Constructor Summary
AccessLogImprinter(javax.servlet.http.HttpServletRequest httpServletRequest)
           
 
Method Summary
 java.lang.String imprintHiddenHtml()
           
 java.lang.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
 

Constructor Detail

AccessLogImprinter

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

imprintHTMLComment

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

Returns:
a HTML comment with access log information

imprintHiddenHtml

public java.lang.String imprintHiddenHtml()


Copyright © 2002-2010 Atlassian. All Rights Reserved.