Class AbstractAccessLogValve.CookieElement
java.lang.Object
org.apache.catalina.valves.AbstractAccessLogValve.CookieElement
- All Implemented Interfaces:
- AbstractAccessLogValve.AccessLogElement
- Enclosing class:
- AbstractAccessLogValve
protected static class AbstractAccessLogValve.CookieElement
extends Object
implements AbstractAccessLogValve.AccessLogElement
write a specific cookie - %{xxx}c
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddElement(CharArrayWriter buf, Request request, Response response, long time) Called to create an access log entry.Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AbstractAccessLogValve.AccessLogElementaddElement
- 
Constructor Details- 
CookieElement
 
- 
- 
Method Details- 
addElementDescription copied from interface:AbstractAccessLogValve.AccessLogElementCalled to create an access log entry.- Specified by:
- addElementin interface- AbstractAccessLogValve.AccessLogElement
- Parameters:
- buf- The buffer to which the log element should be added
- request- The request that triggered this access log entry
- response- The response to the request that triggered this access log entry
- time- The time taken in nanoseconds to process the request
 
 
-