public class TemporaryGroupIndexSessionCleaner extends Object implements javax.servlet.http.HttpSessionListener
Modifier and Type | Field and Description |
---|---|
static String |
TEMPORARY_INDEX_SESSION_KEY |
Constructor and Description |
---|
TemporaryGroupIndexSessionCleaner() |
Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent httpSessionEvent) |
public static final String TEMPORARY_INDEX_SESSION_KEY
public TemporaryGroupIndexSessionCleaner()
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 © 2006–2019 The Apache Software Foundation. All rights reserved.