@WebFilter(filterName="RequestContextServletFilter", urlPatterns="/*") public class RequestContextServletFilter extends Object implements javax.servlet.Filter
RequestContext
.Modifier and Type | Field and Description |
---|---|
static String |
INIT_PARAMETER_DISABLE_DEFAULT_LISTENERS |
static String |
INIT_PARAMETER_REQUEST_CONTEXT_FACTORY |
static String |
INIT_PARAMETER_REQUEST_CONTEXT_LISTENERS |
protected RequestContextFactory |
requestContextFactory |
protected RequestContextListenerChain |
requestContextListenerChain |
Constructor and Description |
---|
RequestContextServletFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain filterChain) |
void |
init(javax.servlet.FilterConfig filterConfig) |
protected void |
loadFactory(String factoryName) |
protected void |
loadListeners(String listenerNames,
Boolean disableDefaultListeners) |
public static final String INIT_PARAMETER_REQUEST_CONTEXT_FACTORY
public static final String INIT_PARAMETER_REQUEST_CONTEXT_LISTENERS
public static final String INIT_PARAMETER_DISABLE_DEFAULT_LISTENERS
protected RequestContextFactory requestContextFactory
protected RequestContextListenerChain requestContextListenerChain
public void init(javax.servlet.FilterConfig filterConfig)
init
in interface javax.servlet.Filter
protected void loadFactory(String factoryName)
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain filterChain) throws IOException, javax.servlet.ServletException
doFilter
in interface javax.servlet.Filter
IOException
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Filter
Copyright © 2018 SAP SE. All rights reserved.