public class RequestContextRetriever extends RequestHandler
| Constructor and Description |
|---|
RequestContextRetriever() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
handleRequest(RequestEvent call)
Invoked when the container receives a request for a servlet of a managed app.
|
void |
handleResponse(ResponseEvent e)
Invoked when a servlet of a managed app has produced a response to a request.
|
onEvent, start, stopequals, toStringpublic String getName()
getName in class RequestHandlerpublic void handleRequest(RequestEvent call)
RequestHandlerhandleRequest in class RequestHandlercall - the eventpublic void handleResponse(ResponseEvent e)
RequestHandlerhandleResponse in class RequestHandlere - the eventCopyright © 2019. All Rights Reserved.