Class ConversationPropagationFilter
java.lang.Object
org.jboss.weld.module.jsf.servlet.ConversationPropagationFilter
- All Implemented Interfaces:
jakarta.servlet.Filter
@Deprecated
public class ConversationPropagationFilter
extends Object
implements jakarta.servlet.Filter
Deprecated.
See also WELD-1262 and JBPAPP6-1664
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.
- Author:
- Nicklas Karlsson
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConversationPropagationFilter
public ConversationPropagationFilter()Deprecated.
-
-
Method Details
-
init
public void init(jakarta.servlet.FilterConfig config) throws jakarta.servlet.ServletException Deprecated.- Specified by:
initin interfacejakarta.servlet.Filter- Throws:
jakarta.servlet.ServletException
-
doFilter
public void doFilter(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException Deprecated.- Specified by:
doFilterin interfacejakarta.servlet.Filter- Throws:
IOExceptionjakarta.servlet.ServletException
-
destroy
public void destroy()Deprecated.- Specified by:
destroyin interfacejakarta.servlet.Filter
-