public class ConversationPropagationFilter extends Object
A Filter for handling conversation propagation over redirects.
This filter 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() |
public void init(FilterConfig config)
throws ServletException
ServletExceptionpublic void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
IOExceptionServletExceptionpublic void destroy()
Copyright © 2013 Seam Framework. All Rights Reserved.