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() |
public void init(FilterConfig config) throws ServletException
ServletException
public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException
IOException
ServletException
public void destroy()
Copyright © 2013 Seam Framework. All Rights Reserved.