Class PortalSessionListener

Object
com.liferay.portal.servlet.PortalSessionListener
All Implemented Interfaces:
jakarta.servlet.http.HttpSessionListener, EventListener

public class PortalSessionListener extends Object implements jakarta.servlet.http.HttpSessionListener
Author:
Brian Wing Shun Chan
  • Constructor Details

    • PortalSessionListener

      public PortalSessionListener()
  • Method Details

    • sessionCreated

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

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