Class ExtendedAccessLogValve.ResponseAllHeaderElement

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

protected static class ExtendedAccessLogValve.ResponseAllHeaderElement extends Object implements AbstractAccessLogValve.AccessLogElement
write a specific response header - x-O(xxx)
  • Constructor Details

    • ResponseAllHeaderElement

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