public final class XServletFilterTrackRequest extends Object implements IXServletHighLevelFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
REQUEST_ATTR_ID
The name of the request attribute uniquely identifying the request ID
|
| Constructor and Description |
|---|
XServletFilterTrackRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRequest(com.helger.web.scope.IRequestWebScope aRequestScope)
Invoked after an XServlet request was handled.
|
void |
beforeRequest(com.helger.web.scope.IRequestWebScope aRequestScope)
Invoked before an XServlet request is handled.
|
public static final String REQUEST_ATTR_ID
public void beforeRequest(@Nonnull com.helger.web.scope.IRequestWebScope aRequestScope)
IXServletHighLevelFilterbeforeRequest in interface IXServletHighLevelFilteraRequestScope - Request scope. Never null.public void afterRequest(@Nonnull com.helger.web.scope.IRequestWebScope aRequestScope)
IXServletHighLevelFilterafterRequest in interface IXServletHighLevelFilteraRequestScope - Request scope. Never null.Copyright © 2017–2019 Philip Helger. All rights reserved.