Package com.liferay.portal.servlet
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsessionCreated(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) voidsessionDestroyed(jakarta.servlet.http.HttpSessionEvent httpSessionEvent)
-
Constructor Details
-
PortalSessionListener
public PortalSessionListener()
-
-
Method Details
-
sessionCreated
public void sessionCreated(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionCreatedin interfacejakarta.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(jakarta.servlet.http.HttpSessionEvent httpSessionEvent) - Specified by:
sessionDestroyedin interfacejakarta.servlet.http.HttpSessionListener
-