Class ExtendedAccessLogValve.ServletContextElement

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

protected static class ExtendedAccessLogValve.ServletContextElement extends Object implements AbstractAccessLogValve.AccessLogElement
Log element that outputs a servlet context attribute value.
  • Constructor Details

    • ServletContextElement

      public ServletContextElement(String attribute)
      Creates a new ServletContextElement for the specified attribute.
      Parameters:
      attribute - the name of the servlet context attribute
  • Method Details