Package org.apache.myfaces.tobago.webapp
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 Summary
Constructors Constructor Description SecretSessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sessionCreated(jakarta.servlet.http.HttpSessionEvent sessionEvent)
void
sessionDestroyed(jakarta.servlet.http.HttpSessionEvent sessionEvent)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent sessionEvent)
- Specified by:
sessionCreated
in interfacejakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent sessionEvent)
- Specified by:
sessionDestroyed
in interfacejakarta.servlet.http.HttpSessionListener
-
-