Class PortalSessionListener

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

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

    • PortalSessionListener

      public PortalSessionListener()
  • Method Details

    • sessionCreated

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

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