web.xml
. Alternatively, Spring's {@link org.springframework.web.context.request.RequestContextListener}and Spring's {@link org.springframework.web.servlet.DispatcherServlet} also exposethe same request context to the current thread.
This filter is mainly for use with third-party servlets, e.g. the JSF FacesServlet. Within Spring's own web support, DispatcherServlet's processing is perfectly sufficient. @author Juergen Hoeller @author Rod Johnson @author Rossen Stoyanchev @since 2.0 @see org.springframework.context.i18n.LocaleContextHolder @see org.springframework.web.context.request.RequestContextHolder @see org.springframework.web.context.request.RequestContextListener @see org.springframework.web.servlet.DispatcherServlet
|
|