Package org.jboss.as.jsf.deployment
Class NonDistributableServletContextListener
- java.lang.Object
-
- org.jboss.as.jsf.deployment.NonDistributableServletContextListener
-
- All Implemented Interfaces:
jakarta.servlet.ServletContextListener,EventListener
public class NonDistributableServletContextListener extends Object implements jakarta.servlet.ServletContextListener
Workaround for counter-productive "distributable" logic in Mojarra. This setting is used to trigger redundant calls to HttpSession.setAttribute(...) for mutated attributes.
-
-
Constructor Summary
Constructors Constructor Description NonDistributableServletContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextInitialized(jakarta.servlet.ServletContextEvent event)
-