public interface RequestDiagnosticsHolder
The JetspeedServlet.errorHandler method for instance uses it to detect if an Exception already holds an RequestDiagnostics object and will use it then instead of creating a new one.
Modifier and Type | Method and Description |
---|---|
RequestDiagnostics |
getRequestDiagnostics() |
void |
setRequestDiagnostics(RequestDiagnostics rd) |
RequestDiagnostics getRequestDiagnostics()
void setRequestDiagnostics(RequestDiagnostics rd)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.