Class ExtendedAccessLogValve.ResponseHeaderElement

java.lang.Object
org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
All Implemented Interfaces:
AbstractAccessLogValve.AccessLogElement
Enclosing class:
ExtendedAccessLogValve

protected static class ExtendedAccessLogValve.ResponseHeaderElement extends Object implements AbstractAccessLogValve.AccessLogElement
Log element that outputs a specific response header value.
  • Constructor Details

    • ResponseHeaderElement

      public ResponseHeaderElement(String header)
      Creates a new ResponseHeaderElement for the specified header.
      Parameters:
      header - the name of the response header
  • Method Details