@Deprecated 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()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Deprecated.
|
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Deprecated.
|
void |
init(FilterConfig config)
Deprecated.
|
public void init(FilterConfig config)
throws ServletException
ServletExceptionpublic void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
IOExceptionServletExceptionpublic void destroy()
Copyright © 2017. All rights reserved.