public class XServletFilterSecurityPoxy extends Object implements IXServletLowLevelFilter
| Modifier and Type | Field and Description |
|---|---|
static XServletFilterSecurityPoxy |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
XServletFilterSecurityPoxy() |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.state.EContinue |
beforeRequest(javax.servlet.http.HttpServletRequest aHttpRequest,
javax.servlet.http.HttpServletResponse aHttpResponse,
com.helger.http.EHttpVersion eHttpVersion,
com.helger.commons.http.EHttpMethod eHttpMethod)
Invoked before an XServlet request is handled.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterRequestpublic static final XServletFilterSecurityPoxy INSTANCE
@Nonnull public com.helger.commons.state.EContinue beforeRequest(@Nonnull javax.servlet.http.HttpServletRequest aHttpRequest, @Nonnull javax.servlet.http.HttpServletResponse aHttpResponse, @Nonnull com.helger.http.EHttpVersion eHttpVersion, @Nonnull com.helger.commons.http.EHttpMethod eHttpMethod) throws IOException
IXServletLowLevelFilterbeforeRequest in interface IXServletLowLevelFilteraHttpRequest - HTTP servlet request. Never null.aHttpResponse - HTTP servlet response. Never null.eHttpVersion - HTTP version. Never null.eHttpMethod - HTTP method. Never null.EContinue.CONTINUE to continue processing, or
EContinue.BREAK if this request should not be processed, in
which case the HttpServletResponse must contain a valid response!IOException - in case of IO error.Copyright © 2017–2019 Philip Helger. All rights reserved.