public interface IXServletHighLevelFilter extends Serializable
| 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.
|
void beforeRequest(@Nonnull com.helger.web.scope.IRequestWebScope aRequestScope) throws javax.servlet.ServletException, IOException
aRequestScope - Request scope. Never null.javax.servlet.ServletException - in case of business logic error.IOException - in case of IO error.void afterRequest(@Nonnull com.helger.web.scope.IRequestWebScope aRequestScope) throws javax.servlet.ServletException, IOException
aRequestScope - Request scope. Never null.javax.servlet.ServletException - in case of business logic errorIOException - in case of IO errorCopyright © 2017–2019 Philip Helger. All rights reserved.