This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.profiling.profiler
Class ServletProfiler
java.lang.Object
   org.apache.cocoon.profiling.profiler.Profiler<javax.servlet.Servlet>
org.apache.cocoon.profiling.profiler.Profiler<javax.servlet.Servlet>
       org.apache.cocoon.profiling.profiler.ServletProfiler
org.apache.cocoon.profiling.profiler.ServletProfiler
- public class ServletProfiler 
- extends Profiler<javax.servlet.Servlet>
The profiler for Servlet, which intercepts the service method to add the profiling id
 information to the HTTP header.
 
| Fields inherited from class org.apache.cocoon.profiling.profiler.Profiler | 
| LOG | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ServletProfiler
public ServletProfiler()
ServletProfiler
protected ServletProfiler(Class<? extends javax.servlet.Servlet> clazz)
beforeService
public final void beforeService(ProfilingData data,
                                javax.servlet.Servlet component,
                                Object[] args)
- 
 
createRelativeUrl
public String createRelativeUrl(String inputUrl,
                                String profilingId)
- 
 
getMountPath
public final String getMountPath()
- 
 
setMountPath
public final void setMountPath(String mountPath)
- 
 
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.