org.codehaus.groovy.grails.web.servlet.mvc
Class GrailsWebRequestFilter
java.lang.Object
org.springframework.web.filter.GenericFilterBean
org.springframework.web.filter.OncePerRequestFilter
org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequestFilter
- All Implemented Interfaces:
- Filter, BeanNameAware, DisposableBean, InitializingBean, ServletContextAware
public class GrailsWebRequestFilter
- extends OncePerRequestFilter
A filter that binds a GrailsWebRequest to the currently executing thread
- Since:
- 0.4
- Author:
- Graeme Rocher
Methods inherited from class org.springframework.web.filter.GenericFilterBean |
addRequiredProperty, afterPropertiesSet, destroy, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setServletContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrailsWebRequestFilter
public GrailsWebRequestFilter()
doFilterInternal
protected void doFilterInternal(HttpServletRequest request,
HttpServletResponse response,
FilterChain filterChain)
throws ServletException,
IOException
- Specified by:
doFilterInternal
in class OncePerRequestFilter
- Throws:
ServletException
IOException
Copyright (c) 2005-2009 The Grails project