Class AbstractAccessLogValve.StringElement

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

protected static class AbstractAccessLogValve.StringElement extends Object implements AbstractAccessLogValve.AccessLogElement
Write any constant string.
  • Constructor Details

    • StringElement

      public StringElement(String str)
      Creates a new string element.
      Parameters:
      str - The string to write
  • Method Details