public class UriResolverRewriteFilter extends Object implements javax.servlet.Filter
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
static String |
PARAMETER_FILTER_PUBLIC_IDS |
static String |
REQUEST_PARAMETER_SEPARATOR |
static String |
SERVLET_GEONETWORK |
protected static String |
SERVLET_RESOLVER_BY_ID |
protected static String |
SMP_ID |
| Constructor and Description |
|---|
UriResolverRewriteFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain) |
javax.servlet.FilterConfig |
getConfig()
Gets the config.
|
void |
init(javax.servlet.FilterConfig config) |
public static final String SERVLET_GEONETWORK
public static final String PARAMETER_FILTER_PUBLIC_IDS
public static final String REQUEST_PARAMETER_SEPARATOR
protected static final String SMP_ID
protected static final String SERVLET_RESOLVER_BY_ID
protected static final org.slf4j.Logger logger
public javax.servlet.FilterConfig getConfig()
public void destroy()
destroy in interface javax.servlet.Filterpublic void doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter in interface javax.servlet.FilterIOExceptionjavax.servlet.ServletExceptionpublic void init(javax.servlet.FilterConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Filterjavax.servlet.ServletExceptionCopyright © 2016. All Rights Reserved.