public class GrailsWebRequestFilter
extends org.springframework.web.filter.OncePerRequestFilter
GrailsWebRequestFilter to the currently executing thread.| Constructor and Description |
|---|
GrailsWebRequestFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
protected void |
initFilterBean() |
void |
initialize() |
protected boolean |
shouldNotFilterAsyncDispatch() |
protected boolean |
shouldNotFilterErrorDispatch() |
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilterprotected 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 boolean shouldNotFilterAsyncDispatch()
shouldNotFilterAsyncDispatch in class org.springframework.web.filter.OncePerRequestFilterprotected boolean shouldNotFilterErrorDispatch()
shouldNotFilterErrorDispatch in class org.springframework.web.filter.OncePerRequestFilterprotected void initFilterBean()
throws javax.servlet.ServletException
initFilterBean in class org.springframework.web.filter.GenericFilterBeanjavax.servlet.ServletExceptionpublic void initialize()