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.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent hse)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent hsbe)
attributeAdded
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent hsbe)
attributeRemoved
in interface javax.servlet.http.HttpSessionAttributeListener
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent hsbe)
attributeReplaced
in interface javax.servlet.http.HttpSessionAttributeListener
Copyright © 2020 JBoss by Red Hat. All rights reserved.