public class UrlMappingsFilter
extends org.springframework.web.filter.OncePerRequestFilter
| Modifier and Type | Field and Description |
|---|---|
static boolean |
WAR_DEPLOYED |
| Constructor and Description |
|---|
UrlMappingsFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<org.springframework.http.HttpMethod> |
allowedMethods(UrlMappingsHolder holder,
java.lang.String uri) |
protected javax.servlet.http.HttpServletRequest |
checkMultipart(javax.servlet.http.HttpServletRequest request) |
protected void |
createStackTraceFilterer() |
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
protected void |
initFilterBean() |
static boolean |
isUriExcluded(UrlMappingsHolder holder,
java.lang.String uri) |
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchprotected 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,
java.io.IOException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterjavax.servlet.ServletExceptionjava.io.IOExceptionprotected java.util.Set<org.springframework.http.HttpMethod> allowedMethods(UrlMappingsHolder holder, java.lang.String uri)
public static boolean isUriExcluded(UrlMappingsHolder holder, java.lang.String uri)
protected javax.servlet.http.HttpServletRequest checkMultipart(javax.servlet.http.HttpServletRequest request)
throws org.springframework.web.multipart.MultipartException
org.springframework.web.multipart.MultipartExceptionprotected void createStackTraceFilterer()