public abstract class HttpSessionListener extends Object implements ExtensionPoint, javax.servlet.http.HttpSessionListener
HttpSessionListener
ExtensionPoint
for Jenkins.
Allows plugins to listen to HttpSession
lifecycle events.
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
HttpSessionListener() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<HttpSessionListener> |
all()
Get all of the
HttpSessionListener implementations. |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
public static ExtensionList<HttpSessionListener> all()
HttpSessionListener
implementations.HttpSessionListener
implementations.public void sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2004–2021. All rights reserved.