org.apache.catalina.valves
Class AccessLogValve.SessionAttributeElement

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

protected class AccessLogValve.SessionAttributeElement
extends java.lang.Object
implements AccessLogValve.AccessLogElement

write an attribute in the HttpSession - %{xxx}s


Constructor Summary
AccessLogValve.SessionAttributeElement(java.lang.String header)
           
 
Method Summary
 void addElement(java.lang.StringBuilder buf, java.util.Date date, Request request, Response response, long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessLogValve.SessionAttributeElement

public AccessLogValve.SessionAttributeElement(java.lang.String header)
Method Detail

addElement

public void addElement(java.lang.StringBuilder buf,
                       java.util.Date date,
                       Request request,
                       Response response,
                       long time)
Specified by:
addElement in interface AccessLogValve.AccessLogElement


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.