|
Cocoon API: Class Profiler.RequestMarker
org.apache.cocoon
Class Profiler.RequestMarker
java.lang.Object
|
+--org.apache.cocoon.Profiler.RequestMarker
- Enclosing class:
- Profiler
- public static class Profiler.RequestMarker
- extends java.lang.Object
We cannot guarantee that the request object will not be recycled by the
servlet runner, so use RequestMarker instead.
Field Summary |
protected java.util.Date |
startTime
|
protected java.lang.String |
uri
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
protected java.lang.String uri
startTime
protected java.util.Date startTime
Profiler.RequestMarker
public Profiler.RequestMarker(javax.servlet.http.HttpServletRequest req)
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.
|