public final class XServletFilterTimer extends Object implements IXServletHighLevelFilter
| Constructor and Description |
|---|
XServletFilterTimer(AbstractXServlet aServlet) |
| 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 XServletFilterTimer(@Nonnull AbstractXServlet aServlet)
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.