Package org.apache.myfaces.webapp
Class MyFacesHttpSessionListener
- java.lang.Object
- 
- org.apache.myfaces.webapp.MyFacesHttpSessionListener
 
- 
- All Implemented Interfaces:
- jakarta.servlet.http.HttpSessionListener,- EventListener
 
 public class MyFacesHttpSessionListener extends Object implements jakarta.servlet.http.HttpSessionListener 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAPPLICATION_MAP_KEY
 - 
Constructor SummaryConstructors Constructor Description MyFacesHttpSessionListener()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(jakarta.servlet.http.HttpSessionEvent event)voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent event)
 
- 
- 
- 
Field Detail- 
APPLICATION_MAP_KEYpublic static final String APPLICATION_MAP_KEY 
 
- 
 - 
Method Detail- 
sessionCreatedpublic void sessionCreated(jakarta.servlet.http.HttpSessionEvent event) - Specified by:
- sessionCreatedin interface- jakarta.servlet.http.HttpSessionListener
 
 - 
sessionDestroyedpublic void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent event) - Specified by:
- sessionDestroyedin interface- jakarta.servlet.http.HttpSessionListener
 
 
- 
 
-