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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddestroySessionDependentScopes(FacesContext facesContext) voidsessionCreated(jakarta.servlet.http.HttpSessionEvent event) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent event) 
- 
Field Details- 
APPLICATION_MAP_KEY
 
- 
- 
Constructor Details- 
MyFacesHttpSessionListenerpublic MyFacesHttpSessionListener()
 
- 
- 
Method Details- 
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
 
- 
destroySessionDependentScopes
 
-