public class SessionAttributeListener extends Object implements javax.servlet.http.HttpSessionAttributeListener
| Modifier and Type | Field and Description |
|---|---|
protected static com.liferay.portal.kernel.log.Log |
log |
| Constructor and Description |
|---|
SessionAttributeListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
attributeAdded(javax.servlet.http.HttpSessionBindingEvent event) |
void |
attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event) |
void |
attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event) |
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListenerpublic void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListenerpublic void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListenerCopyright © 2020. All Rights Reserved.