Class ExtendedAccessLogValve.CookieElement

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

protected static class ExtendedAccessLogValve.CookieElement extends Object implements AbstractAccessLogValve.AccessLogElement
Log element that outputs the value(s) of a named cookie.
  • Constructor Details

    • CookieElement

      public CookieElement(String name)
      Creates a new CookieElement for the specified cookie name.
      Parameters:
      name - the name of the cookie
  • Method Details