Class SecretSessionListener
java.lang.Object
org.apache.myfaces.tobago.webapp.SecretSessionListener
- All Implemented Interfaces:
- jakarta.servlet.http.HttpSessionListener,- EventListener
public class SecretSessionListener
extends Object
implements jakarta.servlet.http.HttpSessionListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsessionCreated(jakarta.servlet.http.HttpSessionEvent sessionEvent) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent sessionEvent) 
- 
Constructor Details- 
SecretSessionListenerpublic SecretSessionListener()
 
- 
- 
Method Details- 
sessionCreatedpublic void sessionCreated(jakarta.servlet.http.HttpSessionEvent sessionEvent) - Specified by:
- sessionCreatedin interface- jakarta.servlet.http.HttpSessionListener
 
- 
sessionDestroyedpublic void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent sessionEvent) - Specified by:
- sessionDestroyedin interface- jakarta.servlet.http.HttpSessionListener
 
 
-