public class GrailsWebRequestFilter extends RequestContextFilter implements ApplicationContextAware
Binds a GrailsWebRequestFilter to the currently executing thread.
| Fields inherited from class | Fields |
|---|---|
class RequestContextFilter |
ALREADY_FILTERED_SUFFIX |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) |
|
public void |
setApplicationContext(ApplicationContext applicationContext) |
|
protected boolean |
shouldNotFilterAsyncDispatch() |
|
protected boolean |
shouldNotFilterErrorDispatch() |
| Methods inherited from class | Name |
|---|---|
class RequestContextFilter |
afterPropertiesSet, destroy, doFilter, equals, getClass, getEnvironment, getFilterConfig, hashCode, init, notify, notifyAll, setBeanName, setEnvironment, setServletContext, setThreadContextInheritable, toString, wait, wait, wait |