public class ConversationPropagationFilter extends Object
A Filter for handling conversation propagation over redirects.
This fiter intercepts the call to
HttpServletResponse#sendRedirect(String) and appends the conversation
id request parameter to the URL if the conversation is long-running, but only
if the request parameter is not already present.
| Constructor and Description |
|---|
ConversationPropagationFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain) |
void |
init(FilterConfig config) |
public void init(FilterConfig config)
throws ServletException
ServletExceptionpublic void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
IOExceptionServletExceptionpublic void destroy()
Copyright © 2016 Seam Framework. All Rights Reserved.