@Deprecated public class ConversationPropagationFilter extends Object implements javax.servlet.Filter
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(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
Deprecated.
|
void |
init(javax.servlet.FilterConfig config)
Deprecated.
|
public void init(javax.servlet.FilterConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Filter
javax.servlet.ServletException
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws IOException, javax.servlet.ServletException
doFilter
in interface javax.servlet.Filter
IOException
javax.servlet.ServletException
public void destroy()
destroy
in interface javax.servlet.Filter
Copyright © 2016. All rights reserved.