public class IdMapperUpdaterSessionListener extends Object implements javax.servlet.http.HttpSessionListener, javax.servlet.http.HttpSessionAttributeListener
| Constructor and Description |
|---|
IdMapperUpdaterSessionListener(SessionIdMapper idMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent hsbe) |
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent hsbe) |
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent hsbe) |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent hse) |
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent hse) |
public IdMapperUpdaterSessionListener(SessionIdMapper idMapper)
public void sessionCreated(javax.servlet.http.HttpSessionEvent hse)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent hse)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerpublic void attributeAdded(javax.servlet.http.HttpSessionBindingEvent hsbe)
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListenerpublic void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent hsbe)
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListenerpublic void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent hsbe)
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListenerCopyright © 2021 JBoss by Red Hat. All rights reserved.