@Component(value="ContextFilter")
public class ContextFilter
extends org.springframework.web.filter.OncePerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
PAGINATION_ATTRNAME_PAGE |
static String |
PAGINATION_ATTRNAME_PAGESIZE |
| Constructor and Description |
|---|
ContextFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
static String |
getQueryPartString(javax.servlet.http.HttpServletRequest request,
String... excludes) |
void |
initFilterBean() |
void |
setExcludes(String excludes) |
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic static final String PAGINATION_ATTRNAME_PAGE
public static final String PAGINATION_ATTRNAME_PAGESIZE
public void initFilterBean()
throws javax.servlet.ServletException
initFilterBean in class org.springframework.web.filter.GenericFilterBeanjavax.servlet.ServletExceptionprotected void doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
throws javax.servlet.ServletException,
IOException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterjavax.servlet.ServletExceptionIOExceptionpublic static String getQueryPartString(javax.servlet.http.HttpServletRequest request, String... excludes)
request - public void setExcludes(String excludes)
excludes - the excludes to setCopyright © 2020. All rights reserved.