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 Details

    • SecretSessionListener

      public SecretSessionListener()
  • Method Details

    • sessionCreated

      public void sessionCreated(jakarta.servlet.http.HttpSessionEvent sessionEvent)
      Specified by:
      sessionCreated in interface jakarta.servlet.http.HttpSessionListener
    • sessionDestroyed

      public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent sessionEvent)
      Specified by:
      sessionDestroyed in interface jakarta.servlet.http.HttpSessionListener