public class RequestContextFilter extends HttpFilter
Constructor and Description |
---|
RequestContextFilter() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init(FilterConfig filterConfig) |
void |
run(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain) |
doFilter, getBoolean
public void init(FilterConfig filterConfig) throws ServletException
ServletException
public void run(HttpServletRequest request, HttpServletResponse response, FilterChain chain) throws IOException, ServletException
IOException
ServletException
public void destroy()
Copyright © 2013 Nuxeo SA. All Rights Reserved.