public class XServletFilterSecurityHttpReferrerPolicy extends Object implements IXServletLowLevelFilter
| Constructor and Description |
|---|
XServletFilterSecurityHttpReferrerPolicy(com.helger.http.EHttpReferrerPolicy eHttpReferrerPolicy) |
| 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 XServletFilterSecurityHttpReferrerPolicy(@Nonnull com.helger.http.EHttpReferrerPolicy eHttpReferrerPolicy)
@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)
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!Copyright © 2017–2019 Philip Helger. All rights reserved.