Class AbstractAccessLogValve.SessionAttributeElement

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

protected static class AbstractAccessLogValve.SessionAttributeElement extends Object implements AbstractAccessLogValve.AccessLogElement
Write an attribute in the HttpSession - %{xxx}s.
  • Constructor Details

    • SessionAttributeElement

      public SessionAttributeElement(String attribute)
      Creates a new session attribute element.
      Parameters:
      attribute - The attribute name
  • Method Details