Class ExtendedAccessLogValve.RequestParameterElement
java.lang.Object
org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
- All Implemented Interfaces:
AbstractAccessLogValve.AccessLogElement
- Enclosing class:
ExtendedAccessLogValve
protected static class ExtendedAccessLogValve.RequestParameterElement
extends Object
implements AbstractAccessLogValve.AccessLogElement
Log element that outputs a URL-encoded request parameter value.
-
Constructor Summary
ConstructorsConstructorDescriptionRequestParameterElement(String parameter) Creates a new RequestParameterElement for the specified parameter. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(CharArrayWriter buf, Date date, Request request, Response response, long time)
-
Constructor Details
-
RequestParameterElement
Creates a new RequestParameterElement for the specified parameter.- Parameters:
parameter- the name of the request parameter
-
-
Method Details
-
addElement
public void addElement(CharArrayWriter buf, Date date, Request request, Response response, long time) - Specified by:
addElementin interfaceAbstractAccessLogValve.AccessLogElement
-